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/xournal/xournal_0.4.0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xournal/xournal_0.4.0.1.bb') diff --git a/recipes/xournal/xournal_0.4.0.1.bb b/recipes/xournal/xournal_0.4.0.1.bb index f62648863b..47e234c086 100644 --- a/recipes/xournal/xournal_0.4.0.1.bb +++ b/recipes/xournal/xournal_0.4.0.1.bb @@ -17,3 +17,6 @@ do_install_append () { install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "e0f356e0a7b310b0d4b2976e6b7b74fd" +SRC_URI[sha256sum] = "bb797a384b9acb8209fea572934d1b1484c5de41f062fe152ae99962f52f98ea" -- cgit v1.2.3