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 \
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