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/apex/apex-env_1.5.14.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/apex/apex-env_1.5.14.bb') diff --git a/recipes/apex/apex-env_1.5.14.bb b/recipes/apex/apex-env_1.5.14.bb index b279a5936d..f47ce67bc6 100644 --- a/recipes/apex/apex-env_1.5.14.bb +++ b/recipes/apex/apex-env_1.5.14.bb @@ -26,3 +26,6 @@ do_install() { # Adding proper LDFLAGS support takes too much of my time, so hack around it INSANE_SKIP_${PN} = True + +SRC_URI[md5sum] = "22fb46e76c8221c7bcc9734602367460" +SRC_URI[sha256sum] = "472e12897931d9e5dcf2d1e3332acfc467aafd0f62e612896a9c71dd0d16d950" -- cgit 1.2.3-korg