summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-12-23 20:23:33 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 10:03:10 +0000
commit0e8f0f0a033c79611a15914fde5826876502af2e (patch)
tree6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-devtools
parent35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff)
downloadpoky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/apt/apt_0.7.14.bb4
-rw-r--r--meta/recipes-devtools/distcc/distcc_2.18.3.bb4
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb2
-rw-r--r--meta/recipes-devtools/intltool/intltool.inc4
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.40.6.bb2
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb6
-rw-r--r--meta/recipes-devtools/python/python-dbus_0.83.1.bb4
-rw-r--r--meta/recipes-devtools/python/python-gst_0.10.19.bb4
-rw-r--r--meta/recipes-devtools/python/python-imaging_1.1.7.bb4
-rw-r--r--meta/recipes-devtools/python/python-pycurl_7.19.0.bb4
-rw-r--r--meta/recipes-devtools/python/python-pygtk_2.17.0.bb4
-rw-r--r--meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb4
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.0.1.bb4
-rw-r--r--meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb4
-rw-r--r--meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb4
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.6.13.bb4
-rw-r--r--meta/recipes-devtools/ubootchart/ubootchart_svn.bb4
-rw-r--r--meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb8
18 files changed, 37 insertions, 37 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb
index 54096ef6a0..d2bcde5a22 100644
--- a/meta/recipes-devtools/apt/apt_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt_0.7.14.bb
@@ -1,9 +1,9 @@
1DEPENDS = "curl db" 1DEPENDS = "curl db"
2RDEPENDS = "dpkg" 2RDEPENDS_${PN} = "dpkg"
3LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" 3LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
4require apt.inc 4require apt.inc
5 5
6PR = "r3" 6PR = "r4"
7 7
8SRC_URI += "file://nodoc.patch \ 8SRC_URI += "file://nodoc.patch \
9 file://includes-fix.patch" 9 file://includes-fix.patch"
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
index 1b14a6b119..b6b7b7878a 100644
--- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb
+++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
@@ -4,10 +4,10 @@ compilation of C/C++/ObjC code across machines on a network."
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7PR = "r5" 7PR = "r6"
8 8
9DEPENDS = "avahi gtk+" 9DEPENDS = "avahi gtk+"
10RRECOMMENDS = "avahi-daemon" 10RRECOMMENDS_${PN} = "avahi-daemon"
11 11
12# Upstream change this patch periodically so store locally 12# Upstream change this patch periodically so store locally
13# http://0pointer.de/public/distcc-avahi.patch 13# http://0pointer.de/public/distcc-avahi.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb
index 3f9195a4c4..3681ab3f2c 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb
@@ -34,7 +34,7 @@ do_install () {
34} 34}
35 35
36# blkid used to be part of e2fsprogs but is useful outside, add it 36# blkid used to be part of e2fsprogs but is useful outside, add it
37# as an RDEPENDS so that anything relying on it being in e2fsprogs 37# as an RDEPENDS_${PN} so that anything relying on it being in e2fsprogs
38# still works 38# still works
39RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks" 39RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks"
40 40
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index f9bdf93b7b..9df79f580b 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -8,8 +8,8 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
8S = "${WORKDIR}/intltool-${PV}" 8S = "${WORKDIR}/intltool-${PV}"
9 9
10DEPENDS = "libxml-parser-perl-native" 10DEPENDS = "libxml-parser-perl-native"
11#RDEPENDS = "libxml-parser-perl" 11#RDEPENDS_${PN} = "libxml-parser-perl"
12RRECOMMENDS = "perl-modules" 12RRECOMMENDS_${PN} = "perl-modules"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
index 4b5fe820e8..88d441cb93 100644
--- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
@@ -1,7 +1,7 @@
1require intltool.inc 1require intltool.inc
2LICENSE="GPLv2" 2LICENSE="GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4PR = "r0" 4PR = "r1"
5 5
6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" 6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
7 7
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
index 087d25498f..ce039e5aa1 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
@@ -5,10 +5,10 @@ PRIORITY = "optional"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
7 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" 7 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
8RDEPENDS = "python" 8RDEPENDS_${PN} = "python"
9RDEPENDS_virtclass-native = "" 9RDEPENDS_${PN}_virtclass-native = ""
10PV = "0.1.8+svnr${SRCREV}" 10PV = "0.1.8+svnr${SRCREV}"
11PR = "r1" 11PR = "r2"
12 12
13SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ 13SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
14 file://index-ignore-filenotfound.patch" 14 file://index-ignore-filenotfound.patch"
diff --git a/meta/recipes-devtools/python/python-dbus_0.83.1.bb b/meta/recipes-devtools/python/python-dbus_0.83.1.bb
index d405ffa8c1..fcf638d441 100644
--- a/meta/recipes-devtools/python/python-dbus_0.83.1.bb
+++ b/meta/recipes-devtools/python/python-dbus_0.83.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
6DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" 6DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
7PR = "ml0" 7PR = "ml1"
8 8
9SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" 9SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
10 10
@@ -20,6 +20,6 @@ export HOST_SYS
20export STAGING_LIBDIR 20export STAGING_LIBDIR
21export STAGING_INCDIR 21export STAGING_INCDIR
22 22
23RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" 23RDEPENDS_${PN} = "python-io python-logging python-stringold python-threading python-xml"
24 24
25FILES_${PN}-dev += "${libdir}/pkgconfig 25FILES_${PN}-dev += "${libdir}/pkgconfig
diff --git a/meta/recipes-devtools/python/python-gst_0.10.19.bb b/meta/recipes-devtools/python/python-gst_0.10.19.bb
index 16852d1a15..22d63393b4 100644
--- a/meta/recipes-devtools/python/python-gst_0.10.19.bb
+++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings"
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4DEPENDS = "gstreamer gst-plugins-base python-pygobject" 4DEPENDS = "gstreamer gst-plugins-base python-pygobject"
5RDEPENDS += "python-pygtk" 5RDEPENDS_${PN} += "python-pygtk"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ 8SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
9 file://python-path.patch" 9 file://python-path.patch"
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
index bd6fe1d227..ce3b977114 100644
--- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -4,9 +4,9 @@ PRIORITY = "optional"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" 5LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
6DEPENDS = "freetype jpeg tiff" 6DEPENDS = "freetype jpeg tiff"
7RDEPENDS = "python-lang python-stringold" 7RDEPENDS_${PN} = "python-lang python-stringold"
8SRCNAME = "Imaging" 8SRCNAME = "Imaging"
9PR = "ml0" 9PR = "ml1"
10 10
11SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ 11SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
12 file://path.patch" 12 file://path.patch"
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
index c8841f4405..b868ad8cde 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
8 file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" 8 file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
9 9
10DEPENDS = "curl python" 10DEPENDS = "curl python"
11RDEPENDS = "python-core curl" 11RDEPENDS_${PN} = "python-core curl"
12SRCNAME = "pycurl" 12SRCNAME = "pycurl"
13PR = "r0" 13PR = "r1"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ 16 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
index c32d9987ac..f56e1fec84 100644
--- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
+++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Python GTK+ 2.17.x Bindings"
2SECTION = "devel/python" 2SECTION = "devel/python"
3# needs gtk+ 2.17.x 3# needs gtk+ 2.17.x
4DEPENDS = "gtk+ libglade python-pycairo python-pygobject" 4DEPENDS = "gtk+ libglade python-pycairo python-pygobject"
5RDEPENDS = "python-shell python-pycairo python-pygobject" 5RDEPENDS_${PN} = "python-shell python-pycairo python-pygobject"
6PROVIDES = "python-pygtk2" 6PROVIDES = "python-pygtk2"
7SRCNAME = "pygtk" 7SRCNAME = "pygtk"
8LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 9LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
10PR = "ml8.3" 10PR = "ml9"
11 11
12SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \ 12SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \
13 file://fix-gtkunixprint.patch \ 13 file://fix-gtkunixprint.patch \
diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
index 90b6b16836..827635425d 100644
--- a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
+++ b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
@@ -1,5 +1,5 @@
1require python-pyrex_${PV}.bb 1require python-pyrex_${PV}.bb
2inherit native 2inherit native
3DEPENDS = "python-native" 3DEPENDS = "python-native"
4RDEPENDS = "" 4RDEPENDS_${PN} = ""
5PR = "r0" 5PR = "r1"
diff --git a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb b/meta/recipes-devtools/python/python-scons-native_2.0.1.bb
index a4bcd4258a..f7646a2587 100644
--- a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb
+++ b/meta/recipes-devtools/python/python-scons-native_2.0.1.bb
@@ -1,6 +1,6 @@
1require python-scons_${PV}.bb 1require python-scons_${PV}.bb
2inherit native 2inherit native
3DEPENDS = "python-native" 3DEPENDS = "python-native"
4RDEPENDS = "" 4RDEPENDS_${PN} = ""
5PR = "r0" 5PR = "r1"
6 6
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index 87e96f3443..23771acf2b 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Qemu helper utilities from Poky" 1DESCRIPTION = "Qemu helper utilities from Poky"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3RDEPENDS = "qemu-native" 3RDEPENDS_${PN} = "qemu-native"
4PR = "r0" 4PR = "r1"
5 5
6LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
7 7
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
index f7f416193b..18d278db7a 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Qemu helper scripts from Poky" 1DESCRIPTION = "Qemu helper scripts from Poky"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3RDEPENDS = "qemu-nativesdk" 3RDEPENDS_${PN} = "qemu-nativesdk"
4PR = "r8" 4PR = "r9"
5 5
6FILESPATH = "${FILE_DIRNAME}/qemu-helper" 6FILESPATH = "${FILE_DIRNAME}/qemu-helper"
7 7
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.13.bb b/meta/recipes-devtools/subversion/subversion_1.6.13.bb
index bcdb6c22ea..b535f06a61 100644
--- a/meta/recipes-devtools/subversion/subversion_1.6.13.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.6.13.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "The Subversion (svn) client" 1DESCRIPTION = "The Subversion (svn) client"
2SECTION = "console/network" 2SECTION = "console/network"
3DEPENDS = "apr-util neon" 3DEPENDS = "apr-util neon"
4RDEPENDS = "neon" 4RDEPENDS_${PN} = "neon"
5LICENSE = "Apache BSD" 5LICENSE = "Apache BSD"
6HOMEPAGE = "http://subversion.tigris.org" 6HOMEPAGE = "http://subversion.tigris.org"
7 7
8PR = "r0" 8PR = "r1"
9 9
10SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ 10SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
11 file://disable-revision-install.patch;patch=1 \ 11 file://disable-revision-install.patch;patch=1 \
diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
index 6897f18153..28a9e6f680 100644
--- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
+++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "http://code.google.com/p/ubootchart/"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
5PV = "0.0+r${SRCREV}" 5PV = "0.0+r${SRCREV}"
6PR = "r4" 6PR = "r5"
7 7
8#RRECOMMENDS = "acct" 8#RRECOMMENDS_${PN} = "acct"
9 9
10SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ 10SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
11 file://sysvinit.patch;patch=1;pnum=0 \ 11 file://sysvinit.patch;patch=1;pnum=0 \
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 89313d6972..86ef300b09 100644
--- a/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb
+++ b/meta/recipes-devtools/unfs-server/unfs-server_2.2beta47.bb
@@ -3,10 +3,10 @@ SECTION = "console/network"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5 5
6RDEPENDS = "pseudo" 6RDEPENDS_${PN} = "pseudo"
7RDEPENDS_virtclass-native = "pseudo-native" 7RDEPENDS_${PN}_virtclass-native = "pseudo-native"
8RDEPENDS_virtclass-nativesdk = "pseudo-nativesdk" 8RDEPENDS_${PN}_virtclass-nativesdk = "pseudo-nativesdk"
9PR = "r1" 9PR = "r2"
10 10
11SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \ 11SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \
12 file://001-2.2b47-2.2b51.patch \ 12 file://001-2.2b47-2.2b51.patch \