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/gsoap/gsoap-native_2.7.13.bb | 3 +++ recipes/gsoap/gsoap_2.7.13.bb | 3 +++ recipes/gsoap/gsoap_2.7.7.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/gsoap') diff --git a/recipes/gsoap/gsoap-native_2.7.13.bb b/recipes/gsoap/gsoap-native_2.7.13.bb index f0370beb2b..3e905e7562 100644 --- a/recipes/gsoap/gsoap-native_2.7.13.bb +++ b/recipes/gsoap/gsoap-native_2.7.13.bb @@ -10,3 +10,6 @@ do_install() { : } + +SRC_URI[md5sum] = "fffb49eb1db7ff03643a4313115dc3b1" +SRC_URI[sha256sum] = "3d40a528b8f3309f392945dca2ecaee5a698f4ee00a6036907a57c4f25a6a479" diff --git a/recipes/gsoap/gsoap_2.7.13.bb b/recipes/gsoap/gsoap_2.7.13.bb index 54f89c68fc..cbd7c16790 100644 --- a/recipes/gsoap/gsoap_2.7.13.bb +++ b/recipes/gsoap/gsoap_2.7.13.bb @@ -13,3 +13,6 @@ do_install_append() { FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" FILES_${PN} += "${datadir}" + +SRC_URI[md5sum] = "fffb49eb1db7ff03643a4313115dc3b1" +SRC_URI[sha256sum] = "3d40a528b8f3309f392945dca2ecaee5a698f4ee00a6036907a57c4f25a6a479" diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb index 19f575124a..82af2ff3a2 100644 --- a/recipes/gsoap/gsoap_2.7.7.bb +++ b/recipes/gsoap/gsoap_2.7.7.bb @@ -25,3 +25,6 @@ do_install_append() { PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale" FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/soapcpp2 ${libdir}" + +SRC_URI[md5sum] = "a0bbbfdc135034cd778537f979121df7" +SRC_URI[sha256sum] = "7b531f1b6481fbe1a21620a86649f42cb2de9cf086e7bdde46335137d3ca11dc" -- cgit 1.2.3-korg