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/strace | |
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/strace')
-rw-r--r-- | recipes/strace/strace_4.5.11.bb | 3 | ||||
-rw-r--r-- | recipes/strace/strace_4.5.12.bb | 3 | ||||
-rw-r--r-- | recipes/strace/strace_4.5.14.bb | 3 | ||||
-rw-r--r-- | recipes/strace/strace_4.5.15.bb | 3 | ||||
-rw-r--r-- | recipes/strace/strace_4.5.18.bb | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.11.bb b/recipes/strace/strace_4.5.11.bb index 8570172782..5efec9d7df 100644 --- a/recipes/strace/strace_4.5.11.bb +++ b/recipes/strace/strace_4.5.11.bb @@ -11,3 +11,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ inherit autotools export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "28335e15c83456a3db055a0a0efcb4fe" +SRC_URI[sha256sum] = "9de428477d4d3f383d58c2f16b2544da2a5ec0acc50ee90ecb81dfe38f56edb8" diff --git a/recipes/strace/strace_4.5.12.bb b/recipes/strace/strace_4.5.12.bb index 3a15563100..558327d5d5 100644 --- a/recipes/strace/strace_4.5.12.bb +++ b/recipes/strace/strace_4.5.12.bb @@ -12,3 +12,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ inherit autotools export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "c9dc77b9bd7f144f317e8289e0f6d40b" +SRC_URI[sha256sum] = "d8d9d62f0ebab71fab62b5ba7eaddd8bb8df9b7f4988b4a8e0d0724662702acf" diff --git a/recipes/strace/strace_4.5.14.bb b/recipes/strace/strace_4.5.14.bb index 88bf8c7f46..8a98c765af 100644 --- a/recipes/strace/strace_4.5.14.bb +++ b/recipes/strace/strace_4.5.14.bb @@ -28,3 +28,6 @@ SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ inherit autotools export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "09bcd5d00ece28f8154dec11cadfce3c" +SRC_URI[sha256sum] = "a6808914cbfead2595dfd061a0f14dcbb0a8bb645e3cfdfa5c247d7ded9e0e7d" diff --git a/recipes/strace/strace_4.5.15.bb b/recipes/strace/strace_4.5.15.bb index 049706c6ff..97f73df9a9 100644 --- a/recipes/strace/strace_4.5.15.bb +++ b/recipes/strace/strace_4.5.15.bb @@ -18,3 +18,6 @@ SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ inherit autotools export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "ef40944118841803391d212cb64d3c5b" +SRC_URI[sha256sum] = "ba8c492c1b2033d4e2131f05df9e3780d4bc35bea87aa32a6052dd53a814e288" diff --git a/recipes/strace/strace_4.5.18.bb b/recipes/strace/strace_4.5.18.bb index a80758f1d4..87da2ace70 100644 --- a/recipes/strace/strace_4.5.18.bb +++ b/recipes/strace/strace_4.5.18.bb @@ -19,3 +19,6 @@ SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ inherit autotools export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "e9449fcee97e6a8ed73934c883c870e0" +SRC_URI[sha256sum] = "95e7b7470e04f22c3ec8dc6d0b1fdd8944306cb5313c84c4545cd83abada26d0" |