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/sysstat/sysstat_8.1.5.bb | 3 +++ recipes/sysstat/sysstat_8.1.6.bb | 3 +++ recipes/sysstat/sysstat_9.0.6.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/sysstat') diff --git a/recipes/sysstat/sysstat_8.1.5.bb b/recipes/sysstat/sysstat_8.1.5.bb index 1aed038a54..90b9b5cf14 100644 --- a/recipes/sysstat/sysstat_8.1.5.bb +++ b/recipes/sysstat/sysstat_8.1.5.bb @@ -1,3 +1,6 @@ require sysstat.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "84eb313f4bac5b3fe1ed37f1eaf79d04" +SRC_URI[sha256sum] = "26c05ef7666881eb1d60291a4293e67d75dbf048ca8a30f6b9eb3dc86ad1b6b0" diff --git a/recipes/sysstat/sysstat_8.1.6.bb b/recipes/sysstat/sysstat_8.1.6.bb index 8dce9efedd..57113a0876 100644 --- a/recipes/sysstat/sysstat_8.1.6.bb +++ b/recipes/sysstat/sysstat_8.1.6.bb @@ -1,2 +1,5 @@ require sysstat.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "d7b8f27b83ff080ff824177d65a7dae0" +SRC_URI[sha256sum] = "0a63da1c99b6a9b6a93b6fd0a9391c7d8216f658d2bea0ba81999e261c6b6649" diff --git a/recipes/sysstat/sysstat_9.0.6.bb b/recipes/sysstat/sysstat_9.0.6.bb index 8dce9efedd..0edda6f031 100644 --- a/recipes/sysstat/sysstat_9.0.6.bb +++ b/recipes/sysstat/sysstat_9.0.6.bb @@ -1,2 +1,5 @@ require sysstat.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "c05ca01878a4069199d9af93cbe39c8e" +SRC_URI[sha256sum] = "464a4e23ab3b7d6886a5b8aa108e05b1a7f42654e1c398a040c88c81f30168c9" -- cgit 1.2.3-korg