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/vagalume | |
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/vagalume')
-rw-r--r-- | recipes/vagalume/vagalume_0.5.1.bb | 3 | ||||
-rw-r--r-- | recipes/vagalume/vagalume_0.7.1.bb | 3 | ||||
-rw-r--r-- | recipes/vagalume/vagalume_0.8.3.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/vagalume/vagalume_0.5.1.bb b/recipes/vagalume/vagalume_0.5.1.bb index b2a4a104fc..62c3990e12 100644 --- a/recipes/vagalume/vagalume_0.5.1.bb +++ b/recipes/vagalume/vagalume_0.5.1.bb @@ -11,3 +11,6 @@ SRC_URI = "\ " inherit autotools + +SRC_URI[md5sum] = "5ec548c343de435b94a7b39f5c853292" +SRC_URI[sha256sum] = "10263676cb872ca48d8d605be44eb1e6260419675409732e7e5a76eb41843cee" diff --git a/recipes/vagalume/vagalume_0.7.1.bb b/recipes/vagalume/vagalume_0.7.1.bb index 6ef0d19829..6c7234e381 100644 --- a/recipes/vagalume/vagalume_0.7.1.bb +++ b/recipes/vagalume/vagalume_0.7.1.bb @@ -19,3 +19,6 @@ FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" do_install_append() { install -m 0644 ${WORKDIR}/index.theme ${D}${datadir}/vagalume/icons/hicolor } + +SRC_URI[md5sum] = "c7929eefe38cab5985834d5163292121" +SRC_URI[sha256sum] = "6f37a0a9a5deb501176bc119b2df61746ccdd6ba95c80f179d8fff1ed323371e" diff --git a/recipes/vagalume/vagalume_0.8.3.bb b/recipes/vagalume/vagalume_0.8.3.bb index 61e4768604..dc2225c921 100644 --- a/recipes/vagalume/vagalume_0.8.3.bb +++ b/recipes/vagalume/vagalume_0.8.3.bb @@ -18,3 +18,6 @@ FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" do_install_append() { install -m 0644 ${WORKDIR}/index.theme ${D}${datadir}/vagalume/icons/hicolor } + +SRC_URI[md5sum] = "f6cb301fe4eec68877484b258045d0df" +SRC_URI[sha256sum] = "aedf9efef06cd542168c0316d7696d6ba64e78d689212693264f4c5d17663f4d" |