diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/fastjar | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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/fastjar')
-rw-r--r-- | recipes/fastjar/fastjar-native_0.92+gcc3.4.2.bb | 3 | ||||
-rw-r--r-- | recipes/fastjar/fastjar-native_0.95.bb | 3 | ||||
-rw-r--r-- | recipes/fastjar/fastjar-native_0.98.bb | 3 | ||||
-rw-r--r-- | recipes/fastjar/fastjar_0.98.bb | 3 |
4 files changed, 12 insertions, 0 deletions
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" |