[OE-core] [PATCH 1/1] systemd: fix do_install failure in case of multilib

Burton, Ross ross.burton at intel.com
Tue Feb 10 12:37:00 UTC 2015


On 10 February 2015 at 09:14, Chen Qi <Qi.Chen at windriver.com> wrote:

> -       ${@bb.utils.contains('PACKAGECONFIG', 'networkd', '', 'sed -i -e
> "\$ad /run/systemd/netif/links 0755 root root -"
> ${D}${libdir}/tmpfiles.d/systemd.conf', d)}
> +       ${@bb.utils.contains('PACKAGECONFIG', 'networkd', '', 'sed -i -e
> "\$ad /run/systemd/netif/links 0755 root root -"
> ${D}${prefix}${nonarch_base_libdir}/tmpfiles.d/systemd.conf', d)}
>

systemd.bb has a few variables that mirror the variabes used in the systemd
build system, rootprefix/rootlibdir/rootlibexecdir.  Would using one of
those match the variables used in the makefile to install these files to
avoid this sort of thing happening again?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150210/869bb215/attachment-0002.html>


More information about the Openembedded-core mailing list