aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cup
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/cup
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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/cup')
-rw-r--r--recipes/cup/cup-native_0.10k.bb3
-rw-r--r--recipes/cup/cup_0.10k.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/cup/cup-native_0.10k.bb b/recipes/cup/cup-native_0.10k.bb
index 2eb325fe1a..f808d1a3bf 100644
--- a/recipes/cup/cup-native_0.10k.bb
+++ b/recipes/cup/cup-native_0.10k.bb
@@ -22,3 +22,6 @@ do_stage_append() {
install -m 0755 ${WORKDIR}/cup ${STAGING_BINDIR}
}
+
+SRC_URI[md5sum] = "8b11edfec13c590ea443d0f0ae0da479"
+SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd"
diff --git a/recipes/cup/cup_0.10k.bb b/recipes/cup/cup_0.10k.bb
index 09d9644f74..4577834bb7 100644
--- a/recipes/cup/cup_0.10k.bb
+++ b/recipes/cup/cup_0.10k.bb
@@ -37,3 +37,6 @@ do_install_append() {
PACKAGES = "${PN}"
FILES_${PN} += "${datadir_java}"
+
+SRC_URI[md5sum] = "8b11edfec13c590ea443d0f0ae0da479"
+SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd"