diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-03 08:20:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-03 08:20:01 +0000 |
commit | bcc0079bf63d627a91264dd1cb58b3e98d2cb22c (patch) | |
tree | 711e7f300f00e8ba0e063c0f436d6c4d2a5ab35d /meta | |
parent | 342914e3e388c73d9f79c3bb6f9e24f7661099c6 (diff) | |
download | poky-bcc0079bf63d627a91264dd1cb58b3e98d2cb22c.tar.gz |
qemu-config: Add extra options to the default exports file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4580 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/oh/qemu-config.bb | 2 | ||||
-rw-r--r-- | meta/packages/oh/qemu-config/exports | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index 7255851c1f..bd5007d6f9 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 fakeroot oprofileui-server rsync bash" | 3 | RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash" |
4 | PR = "r14" | 4 | PR = "r15" |
5 | 5 | ||
6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
7 | file://anjuta-remote-run \ | 7 | file://anjuta-remote-run \ |
diff --git a/meta/packages/oh/qemu-config/exports b/meta/packages/oh/qemu-config/exports index 56dc1e951b..b7257aa008 100644 --- a/meta/packages/oh/qemu-config/exports +++ b/meta/packages/oh/qemu-config/exports | |||
@@ -1 +1 @@ | |||
/ *(rw) | / *(rw,no_root_squash,async) | ||