summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh/qemu-config.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/oh/qemu-config.bb')
-rw-r--r--meta/packages/oh/qemu-config.bb8
1 files changed, 2 insertions, 6 deletions
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 @@
1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" 1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
2LICENSE = "GPL" 2LICENSE = "GPL"
3RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash" 3RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash"
4PR = "r16" 4PR = "r17"
5 5
6SRC_URI = "file://distcc.sh \ 6SRC_URI = "file://distcc.sh \
7 file://anjuta-remote-run \ 7 file://anjuta-remote-run \
8 file://exports \ 8 file://exports \
9 file://shutdown.desktop \ 9 file://shutdown.desktop \
10 file://poky-chroot-init \
11 file://poky-chroot-launch \
12 file://qemu-autostart" 10 file://qemu-autostart"
13 11
14S = "${WORKDIR}" 12S = "${WORKDIR}"
@@ -24,8 +22,6 @@ do_install() {
24 22
25 install -d ${D}${bindir} 23 install -d ${D}${bindir}
26 install -m 0755 anjuta-remote-run ${D}${bindir}/ 24 install -m 0755 anjuta-remote-run ${D}${bindir}/
27 install -m 0775 poky-chroot-init ${D}${bindir}/
28 install -m 0775 poky-chroot-launch ${D}${bindir}/
29 25
30 install -d ${D}${datadir}/applications 26 install -d ${D}${datadir}/applications
31 install -m 0644 shutdown.desktop ${D}${datadir}/applications/ 27 install -m 0644 shutdown.desktop ${D}${datadir}/applications/