diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 13:13:31 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 13:13:31 +0000 |
| commit | 383979e51e73d3909d66672c0a9bdacbf8214171 (patch) | |
| tree | 1ad3210fd1f5548775ecdd15ee8dea05eadacdbf /meta | |
| parent | 25f95c5f9c162bb3ea2dfda134ce32bed2181a36 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
| -rw-r--r-- | meta/packages/oh/qemu-config.bb | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 853226db46..e409e62b23 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -194,8 +194,6 @@ POKY_EXTRA_RDEPENDS_akita = "pointercal" | |||
| 194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
| 195 | 195 | ||
| 196 | IMAGE_FEATURES ?= "" | 196 | IMAGE_FEATURES ?= "" |
| 197 | IMAGE_FEATURES_append_qemux86 = "nfs-server" | ||
| 198 | IMAGE_FEATURES_append_qemuarm = "nfs-server" | ||
| 199 | 197 | ||
| 200 | DISTRO_TASKS = "\ | 198 | DISTRO_TASKS = "\ |
| 201 | task-oh-boot \ | 199 | task-oh-boot \ |
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 @@ | |||
| 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" | 3 | RDEPENDS = "distcc task-oh-nfs-server" |
| 4 | PR = "r1" | 4 | PR = "r2" |
| 5 | 5 | ||
| 6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
| 7 | file://exports" | 7 | file://exports" |
