diff options
Diffstat (limited to 'meta/packages/oh')
-rw-r--r-- | meta/packages/oh/qemu-config.bb | 2 | ||||
-rwxr-xr-x | meta/packages/oh/qemu-config/poky-chroot-launch | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index 3eccab99e1..6aed63b338 100644 --- a/meta/packages/oh/qemu-config.bb +++ b/meta/packages/oh/qemu-config.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash" | 3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash" |
4 | PR = "r11" | 4 | PR = "r12" |
5 | 5 | ||
6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
7 | file://anjuta-remote-run \ | 7 | file://anjuta-remote-run \ |
diff --git a/meta/packages/oh/qemu-config/poky-chroot-launch b/meta/packages/oh/qemu-config/poky-chroot-launch index 63d98d9361..dbc432b66c 100755 --- a/meta/packages/oh/qemu-config/poky-chroot-launch +++ b/meta/packages/oh/qemu-config/poky-chroot-launch | |||
@@ -18,9 +18,9 @@ done | |||
18 | 18 | ||
19 | bash -l | 19 | bash -l |
20 | 20 | ||
21 | # The --user option in the dbus stop script breaks under chroot | ||
22 | /sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid | ||
23 | |||
21 | for S in $SERVICES; do | 24 | for S in $SERVICES; do |
22 | fakeroot /etc/init.d/$S stop | 25 | fakeroot /etc/init.d/$S stop |
23 | done | 26 | done |
24 | |||
25 | # The --user option in the dbus stop script breaks under chroot | ||
26 | /sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid | ||