summaryrefslogtreecommitdiff
path: root/packages/nis
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-30 21:12:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-30 21:12:35 +0000
commitf5b66792175fb21a3a3f3a9b091c9aadf14aa25b (patch)
treeda0a12fb77db7d7b679c6a0bbcee3c0b29a17003 /packages/nis
parentdb73bdddcba33027c35cf6f8910fa0b00e23eb96 (diff)
parent6efb65bd45011299a3a734b18c0feb059196f627 (diff)
propagate from branch 'org.openembedded.dev' (head 6727313bcf2bfc29a27e4d7926ccb23386cc3459)
to branch 'org.openembedded.nslu2-linux' (head 495fa2b8df060adce986127b083c31c650f21c36)
Diffstat (limited to 'packages/nis')
-rw-r--r--packages/nis/pwdutils_2.6.bb2
-rw-r--r--packages/nis/ypbind-mt_1.18.bb2
-rw-r--r--packages/nis/ypserv_2.17.bb2
3 files changed, 6 insertions, 0 deletions
diff --git a/packages/nis/pwdutils_2.6.bb b/packages/nis/pwdutils_2.6.bb
index 4ba89ffb23..4db798c151 100644
--- a/packages/nis/pwdutils_2.6.bb
+++ b/packages/nis/pwdutils_2.6.bb
@@ -12,6 +12,8 @@ HOMEPAGE="http://lists.suse.com/archive/pwdutils/"
include nis.inc
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
+
# an selinux API is used even if no selinux is detected by
# configure.
SRC_URI += " file://no-selinux.patch;patch=1"
diff --git a/packages/nis/ypbind-mt_1.18.bb b/packages/nis/ypbind-mt_1.18.bb
index e58daa6670..fb6b0b3621 100644
--- a/packages/nis/ypbind-mt_1.18.bb
+++ b/packages/nis/ypbind-mt_1.18.bb
@@ -16,6 +16,8 @@ HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
include nis.inc
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
+
# ypbind-mt now provides all the functionality of ypbind
# and is used in place of it.
PROVIDES += "ypbind"
diff --git a/packages/nis/ypserv_2.17.bb b/packages/nis/ypserv_2.17.bb
index 6edb534e8f..c6c564bd50 100644
--- a/packages/nis/ypserv_2.17.bb
+++ b/packages/nis/ypserv_2.17.bb
@@ -7,6 +7,8 @@ HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"
include nis.inc
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
+
# ypserv needs a database package, gdbm is currently the
# only candidate
DEPENDS += " gdbm"