summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh/qemu-config.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-08-01 12:56:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-08-01 12:56:09 +0000
commit6f626196ecd14789b14a251421da43ad97d3b861 (patch)
tree4420b86d033b635449bb5d20e030ac19b01da2b6 /meta/packages/oh/qemu-config.bb
parentfda98550955c491a3cf33c01532bd144da43b6be (diff)
downloadpoky-6f626196ecd14789b14a251421da43ad97d3b861.tar.gz
qemu-config: added initscript dependencies and dropped killproc in favour of functions from initscripts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5005 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh/qemu-config.bb')
-rw-r--r--meta/packages/oh/qemu-config.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb
index bd5007d6f9..f1b7de74aa 100644
--- a/meta/packages/oh/qemu-config.bb
+++ b/meta/packages/oh/qemu-config.bb
@@ -1,7 +1,7 @@
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 fakeroot oprofileui-server rsync bash"
4PR = "r15" 4PR = "r16"
5 5
6SRC_URI = "file://distcc.sh \ 6SRC_URI = "file://distcc.sh \
7 file://anjuta-remote-run \ 7 file://anjuta-remote-run \