On Sun, Aug 9, 2020 at 7:22 AM Khem Raj <[email protected]> wrote: > > Hi Alex > > I am seeing a packaging failure for iwd > > http://errors.yoctoproject.org/Errors/Details/459665/ > > which seems to originate from this patch > iwd configure detects path to systemd modules load directory if > --with-systemd-modloaddir is not specified using pkgconfing to enquire > modulesloaddir variable from systemd.pc > and the value for this has changed in latest systemd via this patch > > https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b > > as a result now > > modules_load_dir=${rootprefix}/lib/modules-load.d > modulesloaddir=${modules_load_dir} > > but rootprefix is empty in OE version of systemd.pc i systemd < 246 had > > modulesloaddir=${prefix}/lib/modules-load.d > > and prefix=/usr > > I could have easily fixed it in iwd by adding the additional configure > option but it seems that systemd recipe should rather be fixed to use > proper value for ROOTPREFIX >
Presumably this is building with usrmerge? > Can you take care of this via a followup to systemd in oe-core ? > Will do. -- Alex Kiernan
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141322): https://lists.openembedded.org/g/openembedded-core/message/141322 Mute This Topic: https://lists.openembedded.org/mt/76053002/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
