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/fastjar/fastjar-native_0.92+gcc3.4.2.bb | 3 +++ recipes/fastjar/fastjar-native_0.95.bb | 3 +++ recipes/fastjar/fastjar-native_0.98.bb | 3 +++ recipes/fastjar/fastjar_0.98.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/fastjar') diff --git a/recipes/fastjar/fastjar-native_0.92+gcc3.4.2.bb b/recipes/fastjar/fastjar-native_0.92+gcc3.4.2.bb index 367912fa8b..7da694873e 100644 --- a/recipes/fastjar/fastjar-native_0.92+gcc3.4.2.bb +++ b/recipes/fastjar/fastjar-native_0.92+gcc3.4.2.bb @@ -29,3 +29,6 @@ do_stage() { install -m 755 fastjar/jar ${STAGING_BINDIR}/fastjar install -m 755 fastjar/grepjar ${STAGING_BINDIR} } + +SRC_URI[md5sum] = "2fada3a3effd2fd791df09df1f1534b3" +SRC_URI[sha256sum] = "522c53b92ff9096089f3074c50e17a5169952d32f4c883c6fdae350e8f1b344e" diff --git a/recipes/fastjar/fastjar-native_0.95.bb b/recipes/fastjar/fastjar-native_0.95.bb index 342bf7ccfc..5ca9b5fc9b 100644 --- a/recipes/fastjar/fastjar-native_0.95.bb +++ b/recipes/fastjar/fastjar-native_0.95.bb @@ -2,3 +2,6 @@ require fastjar.inc require fastjar-native.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "92a70f9e56223b653bce0f58f90cf950" +SRC_URI[sha256sum] = "ca03811490c965abc9f466e75418ae48bb71f14d8e8ed4c43e8109207b85ce54" diff --git a/recipes/fastjar/fastjar-native_0.98.bb b/recipes/fastjar/fastjar-native_0.98.bb index 342bf7ccfc..11f76f41c7 100644 --- a/recipes/fastjar/fastjar-native_0.98.bb +++ b/recipes/fastjar/fastjar-native_0.98.bb @@ -2,3 +2,6 @@ require fastjar.inc require fastjar-native.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "d2d264d343d4d0e1575832cc1023c3bf" +SRC_URI[sha256sum] = "f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145" diff --git a/recipes/fastjar/fastjar_0.98.bb b/recipes/fastjar/fastjar_0.98.bb index 35392f23ee..652e8e71dc 100644 --- a/recipes/fastjar/fastjar_0.98.bb +++ b/recipes/fastjar/fastjar_0.98.bb @@ -1 +1,4 @@ require fastjar.inc + +SRC_URI[md5sum] = "d2d264d343d4d0e1575832cc1023c3bf" +SRC_URI[sha256sum] = "f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145" -- cgit 1.2.3-korg