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/lyx/lyx_1.6.4.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/lyx/lyx_1.6.4.1.bb') diff --git a/recipes/lyx/lyx_1.6.4.1.bb b/recipes/lyx/lyx_1.6.4.1.bb index 8f37ceeddc..1dd007e231 100644 --- a/recipes/lyx/lyx_1.6.4.1.bb +++ b/recipes/lyx/lyx_1.6.4.1.bb @@ -26,3 +26,6 @@ do_configure_prepend() { EXTRA_QMAKEVARS_POST = "DEFINES+=_LIBC" PARALLEL_MAKE = "" + +SRC_URI[md5sum] = "c1a0da5aee3b7e1a2f74e8018805c7b1" +SRC_URI[sha256sum] = "56f3120f814de0fc55866d92b08b2513ad0d0532fc6675aeaf36154eb73c403b" -- cgit 1.2.3-korg