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/gpe-lights | |
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/gpe-lights')
-rw-r--r-- | recipes/gpe-lights/gpe-lights_0.12.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-lights/gpe-lights_0.13.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gpe-lights/gpe-lights_0.12.bb b/recipes/gpe-lights/gpe-lights_0.12.bb index 4b09058565..32a75b7be7 100644 --- a/recipes/gpe-lights/gpe-lights_0.12.bb +++ b/recipes/gpe-lights/gpe-lights_0.12.bb @@ -8,3 +8,6 @@ PRIORITY = "optional" PR = "r1" SRC_URI += "file://fix-makefiles.patch;patch=1" + +SRC_URI[md5sum] = "91d4344ab6d00115ee73f7d97c58acee" +SRC_URI[sha256sum] = "98ce715b8627de958cbd4fbc11f72cfb7aed42825eb21995d4d46a676510c126" diff --git a/recipes/gpe-lights/gpe-lights_0.13.bb b/recipes/gpe-lights/gpe-lights_0.13.bb index 4b09058565..9d5df189a8 100644 --- a/recipes/gpe-lights/gpe-lights_0.13.bb +++ b/recipes/gpe-lights/gpe-lights_0.13.bb @@ -8,3 +8,6 @@ PRIORITY = "optional" PR = "r1" SRC_URI += "file://fix-makefiles.patch;patch=1" + +SRC_URI[md5sum] = "fa4677ecb8640c5d85c421dcaebf64fb" +SRC_URI[sha256sum] = "e9de4a153ee3adc66363a583cd7db6676e92f010d783e517ef935aa35e96370e" |