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-contacts | |
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-contacts')
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.45.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.46.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.47.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.49.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-contacts/gpe-contacts_0.45.bb b/recipes/gpe-contacts/gpe-contacts_0.45.bb index 56c3af8eb2..c69a957fa9 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.45.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.45.bb @@ -12,3 +12,6 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +SRC_URI[md5sum] = "8d7af11536ce8d7a732ed62d2b36bba6" +SRC_URI[sha256sum] = "f35c5e664ba0e9c3b3d694cdb1ee9af7c9195b6ace8e2ddeec0a0c21d7632df0" diff --git a/recipes/gpe-contacts/gpe-contacts_0.46.bb b/recipes/gpe-contacts/gpe-contacts_0.46.bb index dadb085f06..93a6305f83 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.46.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.46.bb @@ -11,3 +11,6 @@ inherit gpe autotools FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +SRC_URI[md5sum] = "5fcffd454e9c8f0b14804283c32da0ee" +SRC_URI[sha256sum] = "5ceab2c275036da754ae7b7cbe162f9f2a5936334050beb34838d4f82e89843c" diff --git a/recipes/gpe-contacts/gpe-contacts_0.47.bb b/recipes/gpe-contacts/gpe-contacts_0.47.bb index dadb085f06..e5a08c2d7a 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.47.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.47.bb @@ -11,3 +11,6 @@ inherit gpe autotools FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +SRC_URI[md5sum] = "c956ed93b8a163c046e9a7c19256432d" +SRC_URI[sha256sum] = "aa9656db3e46b27abf7564f2a04799f4b32e4c342e3036d069d456b103717bc5" diff --git a/recipes/gpe-contacts/gpe-contacts_0.49.bb b/recipes/gpe-contacts/gpe-contacts_0.49.bb index dadb085f06..d4165f0373 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.49.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.49.bb @@ -11,3 +11,6 @@ inherit gpe autotools FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +SRC_URI[md5sum] = "baa489f258844a65167e75345857acf6" +SRC_URI[sha256sum] = "9d98d52c3915ca966abd02208847d50f7190aab6f95c5f156f7c20285fe2d9f6" |