qemu-config: Fix poky-chroot-launch to stop dbus system bus correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3629 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-01-30 16:18:13 +00:00
parent 17c753a924
commit 8656619817
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
LICENSE = "GPL"
RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash"
PR = "r11"
PR = "r12"
SRC_URI = "file://distcc.sh \
file://anjuta-remote-run \

View File

@ -18,9 +18,9 @@ done
bash -l
# The --user option in the dbus stop script breaks under chroot
/sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid
for S in $SERVICES; do
fakeroot /etc/init.d/$S stop
done
# The --user option in the dbus stop script breaks under chroot
/sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid