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/gnome/orbit2_2.13.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gnome/orbit2_2.13.2.bb') diff --git a/recipes/gnome/orbit2_2.13.2.bb b/recipes/gnome/orbit2_2.13.2.bb index e4d83408b1..5174ed488c 100644 --- a/recipes/gnome/orbit2_2.13.2.bb +++ b/recipes/gnome/orbit2_2.13.2.bb @@ -44,3 +44,6 @@ do_stage() { install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ } + +SRC_URI[md5sum] = "8d1e654f9b7e1399dc98da3bb4b96762" +SRC_URI[sha256sum] = "fc87440d252c77f5c1afc17bb3015586cca264bc5fa8794bc54b869b8106265d" -- cgit 1.2.3-korg