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/rpm/rpm-native_4.4.2.3.bb | 3 +++ recipes/rpm/rpm_4.4.2.3.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/rpm') diff --git a/recipes/rpm/rpm-native_4.4.2.3.bb b/recipes/rpm/rpm-native_4.4.2.3.bb index ec98cb8817..a09e45dcda 100644 --- a/recipes/rpm/rpm-native_4.4.2.3.bb +++ b/recipes/rpm/rpm-native_4.4.2.3.bb @@ -4,3 +4,6 @@ require rpm-${PV}.inc DEPENDS = "beecrypt-native gettext-native zlib-native file-native popt-native python-native" PACKAGES = "" + +SRC_URI[md5sum] = "b8f0661ac765ce1a2de66ca53e37af83" +SRC_URI[sha256sum] = "a8168b8884ab40aadebba0ba696b889e25020d32a88e646d4f4bc56f2236b184" diff --git a/recipes/rpm/rpm_4.4.2.3.bb b/recipes/rpm/rpm_4.4.2.3.bb index e1f91c3e03..2669fa09a7 100644 --- a/recipes/rpm/rpm_4.4.2.3.bb +++ b/recipes/rpm/rpm_4.4.2.3.bb @@ -3,3 +3,6 @@ inherit distutils-base gettext DEPENDS = "zlib beecrypt file popt python sed-native" require ${PN}-${PV}.inc FILES_${PN}-dbg += "${libdir}/${PN}/.debug" + +SRC_URI[md5sum] = "b8f0661ac765ce1a2de66ca53e37af83" +SRC_URI[sha256sum] = "a8168b8884ab40aadebba0ba696b889e25020d32a88e646d4f4bc56f2236b184" -- cgit 1.2.3-korg