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/slugtool/slugtool-native.bb | 3 +++ recipes/slugtool/slugtool.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/slugtool') diff --git a/recipes/slugtool/slugtool-native.bb b/recipes/slugtool/slugtool-native.bb index 088839cf80..9f06fb2e95 100644 --- a/recipes/slugtool/slugtool-native.bb +++ b/recipes/slugtool/slugtool-native.bb @@ -7,3 +7,6 @@ PACKAGES = "" do_stage () { install -m 0755 slugtool ${STAGING_BINDIR}/ } + +SRC_URI[md5sum] = "d83e00e9c691984f36cb421d84873bc7" +SRC_URI[sha256sum] = "0a2080a48f8a52d10d49aa78a66027205920b76c8e901d07fb040759191aad9e" diff --git a/recipes/slugtool/slugtool.bb b/recipes/slugtool/slugtool.bb index fb7497931f..f6d48aa641 100644 --- a/recipes/slugtool/slugtool.bb +++ b/recipes/slugtool/slugtool.bb @@ -15,3 +15,6 @@ do_install () { install -d ${D}${bindir} install -m 0755 slugtool ${D}${bindir}/ } + +SRC_URI[md5sum] = "d83e00e9c691984f36cb421d84873bc7" +SRC_URI[sha256sum] = "0a2080a48f8a52d10d49aa78a66027205920b76c8e901d07fb040759191aad9e" -- cgit 1.2.3-korg