From caab7fc509bf27706ff3248689f6afd04225cfda Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 15:08:09 +0100 Subject: Drop chroot usage as its not well used, tested and is broken Signed-off-by: Richard Purdie --- meta/packages/oh/qemu-config.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'meta/packages/oh/qemu-config.bb') diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index f1b7de74aa..fc59320282 100644 --- a/meta/packages/oh/qemu-config.bb +++ b/meta/packages/oh/qemu-config.bb @@ -1,14 +1,12 @@ 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 = "r16" +RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash" +PR = "r17" SRC_URI = "file://distcc.sh \ file://anjuta-remote-run \ file://exports \ file://shutdown.desktop \ - file://poky-chroot-init \ - file://poky-chroot-launch \ file://qemu-autostart" S = "${WORKDIR}" @@ -24,8 +22,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 anjuta-remote-run ${D}${bindir}/ - install -m 0775 poky-chroot-init ${D}${bindir}/ - install -m 0775 poky-chroot-launch ${D}${bindir}/ install -d ${D}${datadir}/applications install -m 0644 shutdown.desktop ${D}${datadir}/applications/ -- cgit v1.2.3-54-g00ecf