On 10 February 2015 at 09:14, Chen Qi <[email protected]> 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
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
