Copy over source location changes from OpenSlug-2.3-beta
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 30 Jul 2005 17:38:13 +0000 (17:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 30 Jul 2005 17:38:13 +0000 (17:38 +0000)
packages/nis/pwdutils_2.6.bb
packages/nis/ypbind-mt_1.18.bb
packages/nis/ypserv_2.17.bb

index 4ba89ff..4db798c 100644 (file)
@@ -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"
index e58daa6..fb6b0b3 100644 (file)
@@ -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"
index 6edb534..c6c564b 100644 (file)
@@ -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"