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/xfce-base/xfce4-panel_4.6.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xfce-base/xfce4-panel_4.6.1.bb') diff --git a/recipes/xfce-base/xfce4-panel_4.6.1.bb b/recipes/xfce-base/xfce4-panel_4.6.1.bb index c19d6fdd48..738284cc40 100644 --- a/recipes/xfce-base/xfce4-panel_4.6.1.bb +++ b/recipes/xfce-base/xfce4-panel_4.6.1.bb @@ -29,3 +29,6 @@ python populate_packages_prepend() { } PACKAGES_DYNAMIC = "${PN}-plugin-*" + +SRC_URI[md5sum] = "73a366b9892152266b465d7d9c35bef4" +SRC_URI[sha256sum] = "b308ddc96fcb27b3f18ed2fa20aeb3a12fb73cec7676d75914a58d1b27124b83" -- cgit 1.2.3-korg