diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-31 14:36:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 14:36:14 +0000 |
commit | 48f8f2fa15a84a82086823c8e03519a80e2d1b70 (patch) | |
tree | 203d64a5bd349d77f3ca53f5ac8d426ba13bf7d9 /packages/nis | |
parent | 2dc5fa4d38bb6bcebaad6000d359ece60b268653 (diff) | |
parent | a52282efd0d8ae7cfc33824301afc80af9ba1c22 (diff) |
merge of 17cd385f326ee735c89b1dc43f11761e2f1a41f2
and 81b6d1dfdca16a87ee13d9c5e11b5d9945ffcb99
Diffstat (limited to 'packages/nis')
-rw-r--r-- | packages/nis/pwdutils_2.6.bb | 2 | ||||
-rw-r--r-- | packages/nis/ypbind-mt_1.18.bb | 2 | ||||
-rw-r--r-- | packages/nis/ypserv_2.17.bb | 2 |
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" |