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/powertop | |
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/powertop')
-rw-r--r-- | recipes/powertop/powertop_1.10.bb | 3 | ||||
-rw-r--r-- | recipes/powertop/powertop_1.11.bb | 3 | ||||
-rw-r--r-- | recipes/powertop/powertop_1.8.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/powertop/powertop_1.10.bb b/recipes/powertop/powertop_1.10.bb index 49da90e423..160fb1c26e 100644 --- a/recipes/powertop/powertop_1.10.bb +++ b/recipes/powertop/powertop_1.10.bb @@ -1,2 +1,5 @@ require powertop.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "e09f631f60d50299d8885193e6fd3756" +SRC_URI[sha256sum] = "cc60000bbe5f4d7b9beae8a84e1cd1ba69339a489a7d1a7365a3d8fe8fd73d6b" diff --git a/recipes/powertop/powertop_1.11.bb b/recipes/powertop/powertop_1.11.bb index 225fc7414b..4791397c85 100644 --- a/recipes/powertop/powertop_1.11.bb +++ b/recipes/powertop/powertop_1.11.bb @@ -6,3 +6,6 @@ SRC_URI_append_armv7a = " file://omap.patch;patch=1;pnum=0" CFLAGS_append_armv7a = " -DOMAP3" + +SRC_URI[md5sum] = "3498f5983c683c3a57dce7379a722082" +SRC_URI[sha256sum] = "70e7cc53e5fbade5e447bda9f0ca12f2153bf426e074dbac3a2e97adf46180f2" diff --git a/recipes/powertop/powertop_1.8.bb b/recipes/powertop/powertop_1.8.bb index e74b8a6add..d0ae23bb45 100644 --- a/recipes/powertop/powertop_1.8.bb +++ b/recipes/powertop/powertop_1.8.bb @@ -1,3 +1,6 @@ require powertop.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "38fd8a6825cd62b6c22df8a44b4e27d0" +SRC_URI[sha256sum] = "7325ea46e5af59c12ea024e69622ac7753010c8de615d668e1f03b0fc05bad3a" |