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

2015-07-10 Thread Burton, Ross
On 3 July 2015 at 09:00, Andreas Oberritter 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)} >

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

2015-07-03 Thread Andreas Oberritter
Hello Zhang Xiao, On 03.07.2015 08:42, Zhang Xiao wrote: > tmpfiles.d/systemd.conf lies in {prefix}/lib not {libdir}. > Fix it. > > Signed-off-by: Zhang Xiao > --- > meta/recipes-core/systemd/systemd_219.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-c

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

2015-07-02 Thread Zhang Xiao
tmpfiles.d/systemd.conf lies in {prefix}/lib not {libdir}. Fix it. Signed-off-by: Zhang Xiao --- meta/recipes-core/systemd/systemd_219.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index