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/e2tools/e2tools-native_0.0.16.bb | 3 +++ recipes/e2tools/e2tools_0.0.16.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/e2tools') 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" -- cgit 1.2.3-korg