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/servlet-api/jsp2.0_5.5.26.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/servlet-api/jsp2.0_5.5.26.bb') diff --git a/recipes/servlet-api/jsp2.0_5.5.26.bb b/recipes/servlet-api/jsp2.0_5.5.26.bb index 6a5f3b6f71..9c3a9c7257 100644 --- a/recipes/servlet-api/jsp2.0_5.5.26.bb +++ b/recipes/servlet-api/jsp2.0_5.5.26.bb @@ -40,3 +40,6 @@ do_compile() { fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . } + +SRC_URI[md5sum] = "642b6526354cb18c5b5d77ebef8109ae" +SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" -- cgit 1.2.3-korg