aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rpm
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/rpm
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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/rpm')
-rw-r--r--recipes/rpm/rpm-native_4.4.2.3.bb3
-rw-r--r--recipes/rpm/rpm_4.4.2.3.bb3
2 files changed, 6 insertions, 0 deletions
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"