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/libwpd | |
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/libwpd')
-rw-r--r-- | recipes/libwpd/libwpd_0.8.14.bb | 3 | ||||
-rw-r--r-- | recipes/libwpd/libwpd_0.8.4.bb | 3 | ||||
-rw-r--r-- | recipes/libwpd/libwpd_0.8.6.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libwpd/libwpd_0.8.14.bb b/recipes/libwpd/libwpd_0.8.14.bb index f54cfe5822..8a841e15cf 100644 --- a/recipes/libwpd/libwpd_0.8.14.bb +++ b/recipes/libwpd/libwpd_0.8.14.bb @@ -10,3 +10,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "64d66018897d759358f454010b6e75d2" +SRC_URI[sha256sum] = "01744fa637ad16a8ffaefb1aa7b9b42a56e92f0a2a18753f6720a85aa289d4eb" diff --git a/recipes/libwpd/libwpd_0.8.4.bb b/recipes/libwpd/libwpd_0.8.4.bb index 4e6ee91a4f..4f5166b962 100644 --- a/recipes/libwpd/libwpd_0.8.4.bb +++ b/recipes/libwpd/libwpd_0.8.4.bb @@ -11,3 +11,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "0461d4bf2da534b4bed041b67d7f7064" +SRC_URI[sha256sum] = "b6393088bf6c49b72a07d2aec7d84d14f6cab0ab00ad177c17157f03095f2096" diff --git a/recipes/libwpd/libwpd_0.8.6.bb b/recipes/libwpd/libwpd_0.8.6.bb index 4e6ee91a4f..22e2febfcc 100644 --- a/recipes/libwpd/libwpd_0.8.6.bb +++ b/recipes/libwpd/libwpd_0.8.6.bb @@ -11,3 +11,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "464a390c66511831821de81b887d3e61" +SRC_URI[sha256sum] = "05a67a8b8d907ebcbac0e8505fc59fc50731ba9f73b8c177898ce41d0575bb17" |