summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs-server
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-10-07 13:45:20 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-07 22:07:45 +0100
commit7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb (patch)
treefb64050b6c3546624d98c6b2fc93b479406b57dc /meta/recipes-devtools/unfs-server
parentbda24caa5cc22dcac2dbefa2b3cece4a0f810d95 (diff)
downloadpoky-7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb.tar.gz
Update meta-ide-support dependencies
Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/unfs-server')
-rw-r--r--meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb b/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb
index ecba4525a2..66012189dc 100644
--- a/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb
+++ b/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb
@@ -3,7 +3,8 @@ SECTION = "console/network"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5 5
6PR = "r0" 6RDEPENDS = "pseudo"
7PR = "r1"
7 8
8SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \ 9SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \
9 file://001-2.2b47-2.2b51.patch \ 10 file://001-2.2b47-2.2b51.patch \