[OE-core] [PATCH] systemd: bug fix for the path of systemd.conf

Burton, Ross ross.burton at intel.com
Fri Jul 10 22:24:50 UTC 2015


On 3 July 2015 at 09:00, Andreas Oberritter <obi at opendreambox.org> wrote:

> >       if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; the
> > -             ${@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}/lib/tmpfiles.d/systemd.conf', d)}
>
> wouldn't it be appropriate to change the conditional above, too?
>

+1 on that.  Also you probably want $rootlibdir, a variable defined in the
systemd recipe to mirror the path names used in the systemd makefile.
Obviously check what path it's actually using.

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


More information about the Openembedded-core mailing list