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/gift | |
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/gift')
-rw-r--r-- | recipes/gift/gift_0.11.4.bb | 3 | ||||
-rw-r--r-- | recipes/gift/gift_0.11.5.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gift/gift_0.11.4.bb b/recipes/gift/gift_0.11.4.bb index 6446398311..548b7ffd97 100644 --- a/recipes/gift/gift_0.11.4.bb +++ b/recipes/gift/gift_0.11.4.bb @@ -12,3 +12,6 @@ inherit autotools EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \ --with-vorbis-includes=${STAGING_INCDIR}" + +SRC_URI[md5sum] = "decc82159c6723be999b1306a808077f" +SRC_URI[sha256sum] = "68149059b807b2fac505e376c18320e64104fbe0190e359f98059e73a63693dc" diff --git a/recipes/gift/gift_0.11.5.bb b/recipes/gift/gift_0.11.5.bb index 14a15b8fc8..dd252f13b8 100644 --- a/recipes/gift/gift_0.11.5.bb +++ b/recipes/gift/gift_0.11.5.bb @@ -13,3 +13,6 @@ inherit autotools EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \ --with-vorbis-includes=${STAGING_INCDIR}" + +SRC_URI[md5sum] = "f492b6e3607aed801b77657f3808f5c1" +SRC_URI[sha256sum] = "3d3013fb5648b6060202a63c13c160899da8baf756140c7fd8f4ed432b40fdd2" |