diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 21:47:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 21:56:21 +0200 |
commit | 01daac1be0f89f00495f920359edc4b39c7a100f (patch) | |
tree | 3e24b7e5c6d9dbfa1d448119e8e5534b9e378ee5 /recipes/nis | |
parent | 91eba9fbb29aaf31bae2d4f677866c62c68367e3 (diff) |
recipes: few more checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/nis')
-rw-r--r-- | recipes/nis/ypbind-mt_1.18.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/nis/ypbind-mt_1.18.bb b/recipes/nis/ypbind-mt_1.18.bb index be37fb9c28..26f9c05e6b 100644 --- a/recipes/nis/ypbind-mt_1.18.bb +++ b/recipes/nis/ypbind-mt_1.18.bb @@ -18,6 +18,9 @@ require nis.inc SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2" +SRC_URI[md5sum] = "a4648c5a28b93f0e3d40f767e3147639" +SRC_URI[sha256sum] = "89c17e8eadfea1ebfbbfbc27d825ef7be1d268a82c4abe644589562de12c19b9" + # ypbind-mt now provides all the functionality of ypbind # and is used in place of it. PROVIDES += "ypbind" |