summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-13 13:13:31 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-13 13:13:31 +0000
commit383979e51e73d3909d66672c0a9bdacbf8214171 (patch)
tree1ad3210fd1f5548775ecdd15ee8dea05eadacdbf /meta/packages/oh
parent25f95c5f9c162bb3ea2dfda134ce32bed2181a36 (diff)
downloadpoky-383979e51e73d3909d66672c0a9bdacbf8214171.tar.gz
moved nfs-server for qemu target to qemu-config
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1503 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 a042725fbe..43181e809b 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" 3RDEPENDS = "distcc task-oh-nfs-server"
4PR = "r1" 4PR = "r2"
5 5
6SRC_URI = "file://distcc.sh \ 6SRC_URI = "file://distcc.sh \
7 file://exports" 7 file://exports"