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-themes | |
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-themes')
-rw-r--r-- | recipes/gpe-themes/gpe-theme-clearlooks_0.2.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-themes/gpe-theme-clearlooks_0.3.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-themes/gpe-theme-e17_0.1.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-themes/gpe-theme-foxbox_0.1.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-themes/gpe-theme-industrial_0.1.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-themes/gpe-theme-industrial_0.2.bb | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gpe-themes/gpe-theme-clearlooks_0.2.bb b/recipes/gpe-themes/gpe-theme-clearlooks_0.2.bb index da61845f4d..6e74f3f2fd 100644 --- a/recipes/gpe-themes/gpe-theme-clearlooks_0.2.bb +++ b/recipes/gpe-themes/gpe-theme-clearlooks_0.2.bb @@ -15,3 +15,6 @@ cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/ } + +SRC_URI[md5sum] = "043c21b35c7f00b21745c8a3a61c12ac" +SRC_URI[sha256sum] = "a04f41837a995c1f1834a66be41bc0b7237ee181314607dfb0ef733984765d04" diff --git a/recipes/gpe-themes/gpe-theme-clearlooks_0.3.bb b/recipes/gpe-themes/gpe-theme-clearlooks_0.3.bb index 33712c70ee..3103f6b95c 100644 --- a/recipes/gpe-themes/gpe-theme-clearlooks_0.3.bb +++ b/recipes/gpe-themes/gpe-theme-clearlooks_0.3.bb @@ -14,3 +14,6 @@ cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/ } + +SRC_URI[md5sum] = "949d3329e9b9904814302db7132d468a" +SRC_URI[sha256sum] = "f2f1e03e3283f6182d02928cbdb5ea8160f786037d4a135947794da488ebe805" diff --git a/recipes/gpe-themes/gpe-theme-e17_0.1.bb b/recipes/gpe-themes/gpe-theme-e17_0.1.bb index a6d36a5ac0..73ac5af6ea 100644 --- a/recipes/gpe-themes/gpe-theme-e17_0.1.bb +++ b/recipes/gpe-themes/gpe-theme-e17_0.1.bb @@ -14,3 +14,6 @@ cp -R ${WORKDIR}/usr/share/themes/e17-bling/ ${D}${datadir}/themes/ } + +SRC_URI[md5sum] = "c6e9d80180861d0a744b313c59691655" +SRC_URI[sha256sum] = "40df3e20e7c563b49ae0d5b4ff9151d0b9062815e7222f361b949cb60d9b0b59" diff --git a/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb b/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb index c2b829ab74..10758fa79f 100644 --- a/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb +++ b/recipes/gpe-themes/gpe-theme-foxbox_0.1.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/foxbox" FILES_${PN} = "${datadir}/themes" SRC_URI = "http://linuxtogo.org/~florian/themes/foxbox-${PV}.tar.gz" + +SRC_URI[md5sum] = "77bc0cc71d61af699e29f4b5c09b37bb" +SRC_URI[sha256sum] = "bcf668c1123f4d73a4c503ff189446cf4b30d64466fea49628999cdce8661c67" diff --git a/recipes/gpe-themes/gpe-theme-industrial_0.1.bb b/recipes/gpe-themes/gpe-theme-industrial_0.1.bb index c0322948e4..4c5612ff28 100644 --- a/recipes/gpe-themes/gpe-theme-industrial_0.1.bb +++ b/recipes/gpe-themes/gpe-theme-industrial_0.1.bb @@ -15,3 +15,6 @@ cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/ } + +SRC_URI[md5sum] = "75898910db553923aa312ed2b1545364" +SRC_URI[sha256sum] = "6aeb1dd991f0e0bcc11562061148051520562c81dc6bf18c03f0cc86a72f6093" diff --git a/recipes/gpe-themes/gpe-theme-industrial_0.2.bb b/recipes/gpe-themes/gpe-theme-industrial_0.2.bb index c1cd5ca41d..d59736779a 100644 --- a/recipes/gpe-themes/gpe-theme-industrial_0.2.bb +++ b/recipes/gpe-themes/gpe-theme-industrial_0.2.bb @@ -14,3 +14,6 @@ cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/ } + +SRC_URI[md5sum] = "756f38d53eaae09d87655f3ed3a660c2" +SRC_URI[sha256sum] = "4524df3931041dc31985014b5f581396217b0b3f6aa00225d98060f1a9cc1b67" |