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.1.bb | 3 +++ recipes/lyx/lyx_1.6.4.1.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/lyx') diff --git a/recipes/lyx/lyx_1.6.1.bb b/recipes/lyx/lyx_1.6.1.bb index d293a081cf..d29cfdb973 100644 --- a/recipes/lyx/lyx_1.6.1.bb +++ b/recipes/lyx/lyx_1.6.1.bb @@ -26,3 +26,6 @@ do_configure() { gnu-configize oe_runconf } + +SRC_URI[md5sum] = "fdac2fc40b435857afa1089fc04c1fcb" +SRC_URI[sha256sum] = "8f45da9653fc9ea927f3b8c7c96390fc8277d7c969b735a7b615c06e4e5c03d7" 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 v1.2.3