diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-20 18:24:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-20 18:24:33 +0000 |
commit | deba6b7a33ca0e8227b5d8dbf6a641fb928c91f9 (patch) | |
tree | 2e8b8665d1754b1e6b2a4511ccf593b7a77a495e | |
parent | 4728d87b7a2982d7515709ecc2aa9ab4aeb664b5 (diff) | |
download | poky-deba6b7a33ca0e8227b5d8dbf6a641fb928c91f9.tar.gz |
qemu-config: add fakeroot, until we have a package for the poky/chroot integration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3200 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/oh/qemu-config.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index ac1f21b9ba..381d3bb671 100644 --- a/meta/packages/oh/qemu-config.bb +++ b/meta/packages/oh/qemu-config.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | RDEPENDS = "distcc task-poky-nfs-server" | 3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
7 | file://exports" | 7 | file://exports" |