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/gparted/gparted_0.3.3.bb | 3 +++ recipes/gparted/gparted_0.4.1.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gparted') diff --git a/recipes/gparted/gparted_0.3.3.bb b/recipes/gparted/gparted_0.3.3.bb index 43623d7348..f8f0c44137 100644 --- a/recipes/gparted/gparted_0.3.3.bb +++ b/recipes/gparted/gparted_0.3.3.bb @@ -8,3 +8,6 @@ inherit autotools SRC_URI = "${SOURCEFORGE_MIRROR}/gparted/gparted-${PV}.tar.bz2 \ file://cross.patch;patch=1 \ file://gparted-0.3.3-llabs.patch;patch=1;pnum=0" + +SRC_URI[md5sum] = "f3d16ccfda72fa1dac9fa1ff9ded2c42" +SRC_URI[sha256sum] = "c7c86abd344055bdf1f840a037d04064759f52039cb075260b60369b721f245c" diff --git a/recipes/gparted/gparted_0.4.1.bb b/recipes/gparted/gparted_0.4.1.bb index c95fb6471c..7e6f50c210 100644 --- a/recipes/gparted/gparted_0.4.1.bb +++ b/recipes/gparted/gparted_0.4.1.bb @@ -9,3 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gparted/gparted-${PV}.tar.bz2 \ " EXTRA_OECONF = " --disable-doc --disable-scrollkeeper " + +SRC_URI[md5sum] = "38762b12b8dfeb0518e24b470b1b5675" +SRC_URI[sha256sum] = "333f07ca8579f69f6b79e2ed1cf28c6b9353a64f7bab458950d7667abb3d8a3e" -- cgit 1.2.3-korg