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/erlang/erlang_R11B.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/erlang/erlang_R11B.1.bb') diff --git a/recipes/erlang/erlang_R11B.1.bb b/recipes/erlang/erlang_R11B.1.bb index e85a297ff9..18888e0f2b 100644 --- a/recipes/erlang/erlang_R11B.1.bb +++ b/recipes/erlang/erlang_R11B.1.bb @@ -70,3 +70,6 @@ def get_erlang_libs(d): FILES_${PN}-dbg += " ${libdir}/erlang/bin/.debug ${libdir}/erlang/*/bin/.debug ${libdir}/erlang/lib/*/bin/.debug" FILES_${PN}-libs += " ${@' '.join(get_erlang_libs(d))}" PACKAGES =+ "${PN}-libs" + +SRC_URI[md5sum] = "1fe3707d9bed898bc51444cb529fdd79" +SRC_URI[sha256sum] = "d5a8530dfee0b2348c4ad0107409fa73ac3233f31e2300ece625a2abd9eb4da7" -- cgit 1.2.3-korg