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/pam | |
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/pam')
-rw-r--r-- | recipes/pam/libpam_0.79.bb | 3 | ||||
-rw-r--r-- | recipes/pam/libpam_1.0.2.bb | 3 | ||||
-rw-r--r-- | recipes/pam/libpam_1.1.0.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/pam/libpam_0.79.bb b/recipes/pam/libpam_0.79.bb index 7a5ff4bdc8..e992f90411 100644 --- a/recipes/pam/libpam_0.79.bb +++ b/recipes/pam/libpam_0.79.bb @@ -69,3 +69,6 @@ python () { if os == "linux-uclibc": raise bb.parse.SkipPackage("Some PAM modules require rpcsvc/yp.h, uClibC does not provide this") } + +SRC_URI[md5sum] = "0b89b73970c7d490ad9a13718b74d27b" +SRC_URI[sha256sum] = "5ed480cb76c91c2739ddba87f15437510e58c60dfdd7ead6f469149b2da94bb7" diff --git a/recipes/pam/libpam_1.0.2.bb b/recipes/pam/libpam_1.0.2.bb index 1ab7fa95f9..e6bde140c5 100644 --- a/recipes/pam/libpam_1.0.2.bb +++ b/recipes/pam/libpam_1.0.2.bb @@ -72,3 +72,6 @@ python populate_packages_prepend () { do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "fc5e35645b75befae28c88b711b28ffb" +SRC_URI[sha256sum] = "42d06febf4717dd43eb557027d1b00a484c22589793438778ed69449a073a3b8" diff --git a/recipes/pam/libpam_1.1.0.bb b/recipes/pam/libpam_1.1.0.bb index d974f4db4d..c4dcedf125 100644 --- a/recipes/pam/libpam_1.1.0.bb +++ b/recipes/pam/libpam_1.1.0.bb @@ -72,3 +72,6 @@ python populate_packages_prepend () { bb.data.setVar('PACKAGES', ' '.join(packages), d) } + +SRC_URI[md5sum] = "9cda791c827dfcd9f2888caf0a64cc4a" +SRC_URI[sha256sum] = "139b1abb0f1c402e443ad9083b5ff0512f4a5ae7bc806528e9d7eced13384ed7" |