From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/cup/cup-native_0.10k.bb | 3 +++ recipes/cup/cup_0.10k.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/cup') 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" -- cgit 1.2.3-korg