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/ppp | |
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/ppp')
-rw-r--r-- | recipes/ppp/ppp_2.4.1.bb | 3 | ||||
-rw-r--r-- | recipes/ppp/ppp_2.4.3.bb | 3 | ||||
-rw-r--r-- | recipes/ppp/ppp_2.4.4.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ppp/ppp_2.4.1.bb b/recipes/ppp/ppp_2.4.1.bb index 77cce50117..3fe1514554 100644 --- a/recipes/ppp/ppp_2.4.1.bb +++ b/recipes/ppp/ppp_2.4.1.bb @@ -46,3 +46,6 @@ else chmod u+s ${sbindir}/pppd fi } + +SRC_URI[md5sum] = "fbc256801d5fcd8015039b149ae95eb0" +SRC_URI[sha256sum] = "c8f2c4f125b1b4ac1b9c76172e3215c80e123e35ae4c2d473e310bc44c1baa9e" diff --git a/recipes/ppp/ppp_2.4.3.bb b/recipes/ppp/ppp_2.4.3.bb index 7c2e872f4c..27d206105e 100644 --- a/recipes/ppp/ppp_2.4.3.bb +++ b/recipes/ppp/ppp_2.4.3.bb @@ -75,3 +75,6 @@ else chmod u+s ${sbindir}/pppd fi } + +SRC_URI[md5sum] = "848f6c3cafeb6074ffeb293c3af79b7c" +SRC_URI[sha256sum] = "1e0fddb5f53613dd14ab10b25435e88092fed1eff09b4ac4448d5be01f3b0b11" diff --git a/recipes/ppp/ppp_2.4.4.bb b/recipes/ppp/ppp_2.4.4.bb index fc4d79e7ed..6bf294bebc 100644 --- a/recipes/ppp/ppp_2.4.4.bb +++ b/recipes/ppp/ppp_2.4.4.bb @@ -77,3 +77,6 @@ else chmod u+s ${sbindir}/pppd fi } + +SRC_URI[md5sum] = "183800762e266132218b204dfb428d29" +SRC_URI[sha256sum] = "58af45fc07e5f326eea2408df770ea40e4626d1a15e7d564dd054d74880e91ea" |