diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 23:40:05 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 23:40:05 +0100 |
commit | 93c19abbc2e4de18a15315d9a6e0635331507fc0 (patch) | |
tree | 6f7fd1b6dd04b9d52e3a9a4e8a8382c88200b34d /meta/recipes-devtools | |
parent | 2f19e2a1e6fe519f77b1d9611beadbfd2c74a22a (diff) | |
download | poky-93c19abbc2e4de18a15315d9a6e0635331507fc0.tar.gz |
unfs-server: Fix DEPENDS for native/nativesdk cases
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb | 2 |
1 files changed, 2 insertions, 0 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 66012189dc..89313d6972 100644 --- a/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb +++ b/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb | |||
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
5 | 5 | ||
6 | RDEPENDS = "pseudo" | 6 | RDEPENDS = "pseudo" |
7 | RDEPENDS_virtclass-native = "pseudo-native" | ||
8 | RDEPENDS_virtclass-nativesdk = "pseudo-nativesdk" | ||
7 | PR = "r1" | 9 | PR = "r1" |
8 | 10 | ||
9 | SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \ | 11 | SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \ |