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/qmake/qmake2_2.10a.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/qmake/qmake2_2.10a.bb') diff --git a/recipes/qmake/qmake2_2.10a.bb b/recipes/qmake/qmake2_2.10a.bb index 54b5815bb3..37c476ee59 100644 --- a/recipes/qmake/qmake2_2.10a.bb +++ b/recipes/qmake/qmake2_2.10a.bb @@ -51,3 +51,6 @@ do_install() { FILES_${PN} += "${datadir}/qt*/environment-setup" + +SRC_URI[md5sum] = "9a639aec44a1e4c70040117183d247a3" +SRC_URI[sha256sum] = "05d06b93f95092f1318634fca24f0c2d0a1252c9f1dc2fbb427b07e8ecbb4f39" -- cgit 1.2.3-korg