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/pwsafe/pwsafe_0.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/pwsafe') diff --git a/recipes/pwsafe/pwsafe_0.2.0.bb b/recipes/pwsafe/pwsafe_0.2.0.bb index 1d06326037..82ce4c8bff 100644 --- a/recipes/pwsafe/pwsafe_0.2.0.bb +++ b/recipes/pwsafe/pwsafe_0.2.0.bb @@ -16,3 +16,6 @@ EXTRA_OECONF = " --with-openssl-dir=/bla/bla" do_configure_prepend() { rm ${S}/configure } + +SRC_URI[md5sum] = "4bb36538a2772ecbf1a542bc7d4746c0" +SRC_URI[sha256sum] = "61e91dc5114fe014a49afabd574eda5ff49b36c81a6d492c03fcb10ba6af47b7" -- cgit 1.2.3-korg