diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/nis | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/nis')
-rw-r--r-- | recipes/nis/pwdutils_2.6.bb | 3 | ||||
-rw-r--r-- | recipes/nis/yp-tools_2.9.bb | 3 | ||||
-rw-r--r-- | recipes/nis/ypbind-mt_1.19.bb | 3 | ||||
-rw-r--r-- | recipes/nis/ypserv_2.17.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/nis/pwdutils_2.6.bb b/recipes/nis/pwdutils_2.6.bb index 0e01e7e104..06e2bdb938 100644 --- a/recipes/nis/pwdutils_2.6.bb +++ b/recipes/nis/pwdutils_2.6.bb @@ -39,3 +39,6 @@ TARGET_CFLAGS += " -Wno-cast-align" TARGET_CFLAGS += " -Wno-strict-prototypes" # openssl uses error as a local variable, so: TARGET_CFLAGS += " -Wno-shadow" + +SRC_URI[md5sum] = "8567328b1ad7609f8851eec57658f1a0" +SRC_URI[sha256sum] = "19c6eeb42f2688464cf4fc7dadecf58faeebfa6a13f05974f6dad910f5fd6b98" diff --git a/recipes/nis/yp-tools_2.9.bb b/recipes/nis/yp-tools_2.9.bb index ddf7ed2c8d..defb70ad94 100644 --- a/recipes/nis/yp-tools_2.9.bb +++ b/recipes/nis/yp-tools_2.9.bb @@ -9,3 +9,6 @@ ypwhich, yppasswd, domainname, nisdomainname \ and ypdomainname." require nis.inc + +SRC_URI[md5sum] = "19de06a04129ec26773f9198e086fcd4" +SRC_URI[sha256sum] = "65c27f5c9ef3af56b17108ecb2e89276e0fe8722152d4353bb86672c1060a718" diff --git a/recipes/nis/ypbind-mt_1.19.bb b/recipes/nis/ypbind-mt_1.19.bb index aee0864937..6f6078a04f 100644 --- a/recipes/nis/ypbind-mt_1.19.bb +++ b/recipes/nis/ypbind-mt_1.19.bb @@ -19,3 +19,6 @@ require nis.inc # ypbind-mt now provides all the functionality of ypbind # and is used in place of it. PROVIDES += "ypbind" + +SRC_URI[md5sum] = "4878b742d61590501230aa8baa6a4f53" +SRC_URI[sha256sum] = "a39753a22b1f77b1fdb8163e800ee2d4f98a9e3018693d127459b509069a23f3" diff --git a/recipes/nis/ypserv_2.17.bb b/recipes/nis/ypserv_2.17.bb index 07d8aee5bb..57b4b4263b 100644 --- a/recipes/nis/ypserv_2.17.bb +++ b/recipes/nis/ypserv_2.17.bb @@ -12,3 +12,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2" # ypserv needs a database package, gdbm is currently the # only candidate DEPENDS += " gdbm" + +SRC_URI[md5sum] = "d0366ade2f46a2292de47bc1fe60e8fd" +SRC_URI[sha256sum] = "afed29dd6f0401be0fa2a8761993dd6dd93d1ad93aa1812a87ce8aa00736e89b" |