diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/enchant | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/enchant')
-rw-r--r-- | recipes/enchant/enchant_1.1.3.bb | 3 | ||||
-rw-r--r-- | recipes/enchant/enchant_1.2.5.bb | 3 | ||||
-rw-r--r-- | recipes/enchant/enchant_1.3.0.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/enchant/enchant_1.1.3.bb b/recipes/enchant/enchant_1.1.3.bb index 7618c5d3ee..0663f219c9 100644 --- a/recipes/enchant/enchant_1.1.3.bb +++ b/recipes/enchant/enchant_1.1.3.bb @@ -21,3 +21,6 @@ do_stage() { datadir=${STAGING_DATADIR} \ mandir=${STAGING_DIR_HOST}${layout_mandir} } + +SRC_URI[md5sum] = "c95186755fe46b27a78d9a85fef2175c" +SRC_URI[sha256sum] = "6a8bce57437c514f2578e7ff09f8a48ff3b20e7ed746c3113372d2c75d382c83" diff --git a/recipes/enchant/enchant_1.2.5.bb b/recipes/enchant/enchant_1.2.5.bb index be9082d2af..6d0adaa4ed 100644 --- a/recipes/enchant/enchant_1.2.5.bb +++ b/recipes/enchant/enchant_1.2.5.bb @@ -26,3 +26,6 @@ do_stage() { datadir=${STAGING_DATADIR} \ mandir=${STAGING_DIR_HOST}${layout_mandir} } + +SRC_URI[md5sum] = "e64ec808ed2cb687c242ebb835faeb61" +SRC_URI[sha256sum] = "15348bf21125536b3bce1e477e50310e4b192c43c35476e949f41280bc7123d8" diff --git a/recipes/enchant/enchant_1.3.0.bb b/recipes/enchant/enchant_1.3.0.bb index 85e6297464..5fb97ceb62 100644 --- a/recipes/enchant/enchant_1.3.0.bb +++ b/recipes/enchant/enchant_1.3.0.bb @@ -23,3 +23,6 @@ export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "f7edafae875616b83e7a17a7e5c2d585" +SRC_URI[sha256sum] = "e65015aa0e6ada88a001b07b092265f4cbaf377d99b4233972995cdb94e698ef" |