Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-31 Thread Saul Wold
On 10/31/2011 01:54 AM, Koen Kooi wrote: Op 29 okt. 2011, om 12:53 heeft Martin Jansa het volgende geschreven: * even when I see right chown/chmod in log.do_install, files are still owned by bitbake:bitbake (user running bitbake) and we need to fix it on target I suspect fsperms.txt is br

Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-31 Thread Koen Kooi
Op 29 okt. 2011, om 12:53 heeft Martin Jansa het volgende geschreven: > * even when I see right chown/chmod in log.do_install, files are still > owned by bitbake:bitbake (user running bitbake) and we need to fix it on > target I suspect fsperms.txt is breaking things, but I haven't tested it y

Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-29 Thread Otavio Salvador
On Sun, Oct 30, 2011 at 02:13, Otavio Salvador wrote: > On Sat, Oct 29, 2011 at 08:53, Martin Jansa wrote: > ... >> +       if [ -z "$D" ] ; then >> +               chown messagebus:messagebus ${localstatedir}/run/dbus >> ${localstatedir}/lib/dbus >> +               chown root:messagebus ${libex

Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-29 Thread Otavio Salvador
On Sat, Oct 29, 2011 at 08:53, Martin Jansa wrote: ... > +       if [ -z "$D" ] ; then > +               chown messagebus:messagebus ${localstatedir}/run/dbus > ${localstatedir}/lib/dbus > +               chown root:messagebus ${libexecdir}/dbus-daemon-launch-helper > +               chmod 4754 $

[OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-29 Thread Martin Jansa
* even when I see right chown/chmod in log.do_install, files are still owned by bitbake:bitbake (user running bitbake) and we need to fix it on target $ tail -n 4 temp/log.do_install.27768