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/uqm/uqm_0.3.bb | 3 +++ recipes/uqm/uqm_0.5.0.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/uqm') diff --git a/recipes/uqm/uqm_0.3.bb b/recipes/uqm/uqm_0.3.bb index b5b80ddc58..020ee0f6d4 100644 --- a/recipes/uqm/uqm_0.3.bb +++ b/recipes/uqm/uqm_0.3.bb @@ -31,3 +31,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 uqm ${D}${bindir} } + +SRC_URI[md5sum] = "6abcdc3caf7efd3bd978332743ee7568" +SRC_URI[sha256sum] = "e42ac3b45c1c8a3199bbd9b666e9225d76bc18d902339c54cbb4df3a75909e53" diff --git a/recipes/uqm/uqm_0.5.0.bb b/recipes/uqm/uqm_0.5.0.bb index 089922a472..e59b74dd2f 100644 --- a/recipes/uqm/uqm_0.5.0.bb +++ b/recipes/uqm/uqm_0.5.0.bb @@ -32,3 +32,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 uqm ${D}${bindir} } + +SRC_URI[md5sum] = "9002b1bc2de9285588dd97b618a867a7" +SRC_URI[sha256sum] = "bdb715784bf0c94825cf40f97c60a5ec83fd3e17e9e186a78cd145781c4d9804" -- cgit v1.2.3