IRC log for #oe on 20200114

00:07.36*** join/#oe khem (~khem@unaffiliated/khem)
01:13.06*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
05:09.41*** join/#oe escanor (uid387784@gateway/web/irccloud.com/x-tqihhzrqpcvnwsfs)
06:26.29*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
06:28.37*** join/#oe tlwoerner (~Trevor@unaffiliated/tlwoerner)
06:37.39*** join/#oe AndersD (~AndersD@h-98-128-162-82.NA.cust.bahnhof.se)
07:14.31*** join/#oe yegorich (~yegorich@mail.visionsystems.de)
07:19.10*** join/#oe cpriouzeau (~cpriouzea@164.129.115.76)
07:27.01*** join/#oe frsc (~frsc@2003:a:e7a:6200:29a6:db2c:eaaf:35ef)
07:32.32*** join/#oe Bunio_FH (~bunio@81-18-201-214.static.chello.pl)
07:57.51*** join/#oe ao2 (~ao2@95.239.147.221)
08:02.40*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
08:09.37*** join/#oe leon-anavi (~Leon@78.130.245.67)
08:13.52*** join/#oe tnovotny (~tnovotny@176-74-132-138.netdatacomm.cz)
08:24.13*** join/#oe diego_r (~diego@217-133-17-98.static.clienti.tiscali.it)
08:36.37*** join/#oe likewise (~leon@145.130.96.189)
09:05.26*** join/#oe mihai (~mihai@unaffiliated/mihai)
09:29.25*** join/#oe tprrt (~tprrt@upc31-1-78-208-110-13.fbx.proxad.net)
09:31.29*** join/#oe yann (~yann@85.118.38.73)
10:01.55*** join/#oe florian_kc (~florian_k@Maemo/community/contributor/florian)
10:09.05*** join/#oe radsquirrel (~bradleyb@mail.fuzziesquirrel.com)
11:05.14*** join/#oe rburton (~rburton@35.106.2.81.in-addr.arpa)
11:19.30*** join/#oe mckoan (~marco@unaffiliated/mckoan)
11:41.54*** join/#oe berton (~berton@189.103.49.163)
11:53.28*** join/#oe likewise (~leon@145.130.96.189)
11:53.41*** join/#oe leon-anavi (~Leon@78.130.245.67)
12:32.08*** join/#oe pespin (~Sharwin_F@93.176.188.146)
12:33.49pespinHi, I have been debugging for a while why configure's "AC_CHECK_HEADERS(netinet/sctp.h,,AC_MSG_ERROR(netinet/sctp.h not found))" fails building my recipe (I have lksctp-tools in my DEPENDS and I can see netinet/sctp.h fine under recipe-sysroot).
12:34.28pespinI found it seems OE is providing export CONFIG_SITE with several files, one of them: meta/site/arm-common
12:34.36pespinwhich contains ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
12:35.14pespinso my question now is, what's the expected way to specifiy in the .bb recipe that I want to drop the cache and actually do the check?
12:44.15rburtonpespin: delete it from the site file, its obviously incorrect (and a header check is trivial, so there's no advantage to having it in site)
12:44.33pespinrburton, so shall I submit a patch against oe-core?
12:44.39rburtoneah
12:44.40rburtonyeah
12:45.28pespinok thanks. BTW, I confirm I got it to work by using something like: CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'libsctp', 'ac_cv_header_netinet_sctp_h=yes', '',d)}"
12:56.10*** join/#oe tgamblin (~tgamblin@128.224.252.2)
12:57.20*** join/#oe tprrt (~tprrt@139.28.219.86)
13:55.36*** join/#oe ao2 (~ao2@95.239.147.221)
14:19.50*** join/#oe hpsy (~hpsy@217.66.60.5)
14:53.14*** join/#oe vesper11 (~ves@45.9.238.27)
15:05.30*** join/#oe ericch (~ericch@50-205-235-218-static.hfc.comcastbusiness.net)
15:18.04*** join/#oe jonmason (sid36602@gateway/web/irccloud.com/x-fkqexphgaprygwas)
15:43.12*** join/#oe vmeson (~rmacleod@128.224.252.2)
15:52.15*** join/#oe jonmason (sid36602@gateway/web/irccloud.com/x-xeugvhvbxzdauoez)
15:54.16*** join/#oe comptroller (~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net)
16:01.44mortso, what's the deal with the variables named "SOMETHING_${PN}"? Why do some variables just have a normal name, while others are suffixed with _${PN}?
16:02.53LetoThe2ndmort: _${PN} means: only relevant for the specific package. without means, relevant for the whole scope.
16:03.03LetoThe2nd(thats a bit simplified, but catches the essence)
16:04.07mortLetoThe2nd: what does "the whole scope" mean? And why, for example, is DEPENDS relevant for the whole scope while RDEPENDS isn't?
16:05.39LetoThe2ndmort: DEPENDS vs. RDEPENDS is the prime use case. there it means: DEPENDS is relevant for building the whole recipe. RDEPENDS_${PN} on the other hand add the r-dependency only to the main package, and not to any other produced by the recipe. (like -dbg, -dev, ....)
16:11.25*** join/#oe berton (~berton@189.103.49.163)
16:51.30rburtonmort: RDEPENDS -> runtime depends, so is explicitly per-package
17:06.52*** join/#oe stefan_schmidt (~stefan_sc@p200300E9D71C35FCC0F82FEF0C8E8E1D.dip0.t-ipconnect.de)
17:08.59*** join/#oe Bunio_FH (~bunio@clj-165.netdrive.pl)
17:53.47*** join/#oe tprrt (~tprrt@upc31-1-78-208-110-13.fbx.proxad.net)
17:59.56*** join/#oe ao2 (~ao2@95.239.147.221)
18:23.26*** join/#oe yann (~yann@91-170-159-152.subs.proxad.net)
18:30.18Crofton|roadCan you linkedin cool kids share this page for us?
18:30.20Crofton|roadhttps://www.linkedin.com/posts/openembedded_fosdem-fosdem20-openembedded-activity-6622864179256705024-OTAJ
18:45.39armpitSchool is back in session so no 3rd graders to help me with this new technology
19:31.36Crofton|roadhttps://twitter.com/YoctoThe/status/1217166071519744000?s=20
19:36.00*** join/#oe florian_kc (~florian_k@Maemo/community/contributor/florian)
20:01.36*** join/#oe berton_ (~berton@189.103.49.163)
20:20.38*** join/#oe berton__ (~berton@189.103.49.163)
21:10.07*** join/#oe ao2 (~ao2@95.239.147.221)
21:22.00dv_yay, gstreamer meson patches landed in oe-core master-next \o/
21:30.11*** join/#oe florian_kc (~florian_k@Maemo/community/contributor/florian)
21:36.29*** join/#oe armpit (~armpit@45.19.219.178)
21:37.10*** join/#oe vmeson (~rmacleod@24-52-239-53.cable.teksavvy.com)
21:48.18JaMadv_: sign of good work :), thanks :)
21:49.15*** join/#oe dqx (~dqx@unaffiliated/dqx)
22:32.44*** join/#oe comptroller (~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net)
22:37.26*** join/#oe hpsy (~hpsy@85.203.15.14)
23:16.22*** join/#oe dv_ (~dv@62-178-50-190.cable.dynamic.surfer.at)
23:20.55*** join/#oe tgamblin (~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.