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/e2tools | |
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/e2tools')
-rw-r--r-- | recipes/e2tools/e2tools-native_0.0.16.bb | 3 | ||||
-rw-r--r-- | recipes/e2tools/e2tools_0.0.16.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/e2tools/e2tools-native_0.0.16.bb b/recipes/e2tools/e2tools-native_0.0.16.bb index 032698ef41..0ff635c6f4 100644 --- a/recipes/e2tools/e2tools-native_0.0.16.bb +++ b/recipes/e2tools/e2tools-native_0.0.16.bb @@ -12,3 +12,6 @@ do_stage () { ln -sf e2cp ${STAGING_BINDIR}/$i done } + +SRC_URI[md5sum] = "1829b2b261e0e0d07566066769b5b28b" +SRC_URI[sha256sum] = "4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b" diff --git a/recipes/e2tools/e2tools_0.0.16.bb b/recipes/e2tools/e2tools_0.0.16.bb index 85d0635fd6..856a33d2e0 100644 --- a/recipes/e2tools/e2tools_0.0.16.bb +++ b/recipes/e2tools/e2tools_0.0.16.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \ S = "${WORKDIR}/e2tools-${PV}" inherit autotools + +SRC_URI[md5sum] = "1829b2b261e0e0d07566066769b5b28b" +SRC_URI[sha256sum] = "4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b" |