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/lame | |
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/lame')
-rw-r--r-- | recipes/lame/lame_3.96.1.bb | 3 | ||||
-rw-r--r-- | recipes/lame/lame_3.98.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/lame/lame_3.96.1.bb b/recipes/lame/lame_3.96.1.bb index 9507032307..47cbde342c 100644 --- a/recipes/lame/lame_3.96.1.bb +++ b/recipes/lame/lame_3.96.1.bb @@ -31,3 +31,6 @@ do_stage() { install -d ${STAGING_INCDIR}/lame install -m 0644 include/lame.h ${STAGING_INCDIR}/lame/ } + +SRC_URI[md5sum] = "e1206c46a5e276feca11a7149e2fc6ac" +SRC_URI[sha256sum] = "f4f093e371c999a2a079607b74582a8ef5c1c3c9b322e3e997a47c1ea2afe2a5" diff --git a/recipes/lame/lame_3.98.2.bb b/recipes/lame/lame_3.98.2.bb index f279857810..db7d120bd8 100644 --- a/recipes/lame/lame_3.98.2.bb +++ b/recipes/lame/lame_3.98.2.bb @@ -24,3 +24,6 @@ do_configure() { gnu-configize --force oe_runconf } + +SRC_URI[md5sum] = "719dae0ee675d0c16e0e89952930ed35" +SRC_URI[sha256sum] = "a17a28569d8ed1e514915c1f12bdf4eedac506e5fbdf9a429ba97d5d42c9af32" |