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/xtscal/xtscal_0.4.bb | 3 +++ recipes/xtscal/xtscal_0.5.1.bb | 3 +++ recipes/xtscal/xtscal_0.5.bb | 3 +++ recipes/xtscal/xtscal_0.6.3.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/xtscal') diff --git a/recipes/xtscal/xtscal_0.4.bb b/recipes/xtscal/xtscal_0.4.bb index 20e11bd54e..f28c549755 100644 --- a/recipes/xtscal/xtscal_0.4.bb +++ b/recipes/xtscal/xtscal_0.4.bb @@ -1 +1,4 @@ require xtscal.inc + +SRC_URI[md5sum] = "a5bb88b23d1b49d001010b6ab5efd1be" +SRC_URI[sha256sum] = "c3eaee0abc49e401ef9d91d1e44d65441ec76db367e4d3ebf24a15aeab62a016" diff --git a/recipes/xtscal/xtscal_0.5.1.bb b/recipes/xtscal/xtscal_0.5.1.bb index ac9fcffab7..9463995362 100644 --- a/recipes/xtscal/xtscal_0.5.1.bb +++ b/recipes/xtscal/xtscal_0.5.1.bb @@ -3,3 +3,6 @@ require xtscal.inc PR = "r1" SRC_URI += "file://xtscal-poodle.patch;patch=1" + +SRC_URI[md5sum] = "9ae79f1c64551a1cacf506fde6d83ef6" +SRC_URI[sha256sum] = "39c354adb9783fc30d4df6edbe04f68b69d5005b1bd7353dca506ced3b8b594e" diff --git a/recipes/xtscal/xtscal_0.5.bb b/recipes/xtscal/xtscal_0.5.bb index 20e11bd54e..68440d9682 100644 --- a/recipes/xtscal/xtscal_0.5.bb +++ b/recipes/xtscal/xtscal_0.5.bb @@ -1 +1,4 @@ require xtscal.inc + +SRC_URI[md5sum] = "960acbb885e4de593210c680360dc234" +SRC_URI[sha256sum] = "a3cfc867672924f27d5ed39a99bc089cc9417d193513984f0a081a92230e947b" diff --git a/recipes/xtscal/xtscal_0.6.3.bb b/recipes/xtscal/xtscal_0.6.3.bb index 74a6da0920..ba2c95e832 100644 --- a/recipes/xtscal/xtscal_0.6.3.bb +++ b/recipes/xtscal/xtscal_0.6.3.bb @@ -11,3 +11,6 @@ SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ file://cleanup.patch;patch=1" inherit autotools + +SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" +SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" -- cgit v1.2.3