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/gpe-today/gpe-today_0.10.bb | 3 +++ recipes/gpe-today/gpe-today_0.11.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gpe-today') diff --git a/recipes/gpe-today/gpe-today_0.10.bb b/recipes/gpe-today/gpe-today_0.10.bb index 383a510eac..fbbc470eeb 100644 --- a/recipes/gpe-today/gpe-today_0.10.bb +++ b/recipes/gpe-today/gpe-today_0.10.bb @@ -6,3 +6,6 @@ DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdispl SECTION = "gpe" PRIORITY = "optional" + +SRC_URI[md5sum] = "7cd5e86b94d84a48077ec6ab6357be60" +SRC_URI[sha256sum] = "1b007d46df292109147f4b270a2a555a5e8c2a90804c37028f1e7d10db512729" diff --git a/recipes/gpe-today/gpe-today_0.11.bb b/recipes/gpe-today/gpe-today_0.11.bb index c6ccf4a634..ca0bd07ec2 100644 --- a/recipes/gpe-today/gpe-today_0.11.bb +++ b/recipes/gpe-today/gpe-today_0.11.bb @@ -9,3 +9,6 @@ inherit gpe pkgconfig SRC_URI = "http://www.kernelconcepts.de/~fuchs/files/${P}.tar.gz" + +SRC_URI[md5sum] = "f5a9745d479879aaa1e1287a2c725ea4" +SRC_URI[sha256sum] = "f9271db0ab5bd4cdc2e09d6185320c2041f62b1e64ba7fb78cab28d104ec7d79" -- cgit 1.2.3-korg