summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-30 13:37:23 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-30 13:37:23 +0000
commit1ad9a0a56be2930fc591cebc3dfcfd7d9f4768a1 (patch)
treefa5a94c57621bc8d39e14d1f23504016945a2e34 /meta/packages/oh
parentee9652c1198595f2a2a29e76a284c7d1b8c18fcd (diff)
downloadpoky-1ad9a0a56be2930fc591cebc3dfcfd7d9f4768a1.tar.gz
qemu-config: Add rsync and bash to RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3622 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh')
-rw-r--r--meta/packages/oh/qemu-config.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb
index f50d367c96..741fb89422 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" 3RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash"
4PR = "r9" 4PR = "r10"
5 5
6SRC_URI = "file://distcc.sh \ 6SRC_URI = "file://distcc.sh \
7 file://anjuta-remote-run \ 7 file://anjuta-remote-run \