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/xmms | |
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/xmms')
-rw-r--r-- | recipes/xmms/xmms-mad_0.10.bb | 3 | ||||
-rw-r--r-- | recipes/xmms/xmms-tremor_1.0.bb | 3 | ||||
-rw-r--r-- | recipes/xmms/xmms_1.2.10.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xmms/xmms-mad_0.10.bb b/recipes/xmms/xmms-mad_0.10.bb index 8c600f24b8..25df84c4f2 100644 --- a/recipes/xmms/xmms-mad_0.10.bb +++ b/recipes/xmms/xmms-mad_0.10.bb @@ -12,3 +12,6 @@ export XMMS_CONFIG = "${STAGING_BINDIR_CROSS}/xmms-config" FILES_${PN} = "${libdir}/xmms/Input/libxmmsmad.so" FILES_${PN}-dbg += "${libdir}/xmms/Input/.debug/libxmmsmad.so" + +SRC_URI[md5sum] = "410b30968bdb4adce0baec8acc7f2ed4" +SRC_URI[sha256sum] = "c0c89d93442c85296386199dc08a8ad9b480a29deea31936e5688c2bcc9a5265" diff --git a/recipes/xmms/xmms-tremor_1.0.bb b/recipes/xmms/xmms-tremor_1.0.bb index 21e2e8dc9b..4c11cccbd5 100644 --- a/recipes/xmms/xmms-tremor_1.0.bb +++ b/recipes/xmms/xmms-tremor_1.0.bb @@ -9,3 +9,6 @@ inherit autotools FILES_${PN} = "${libdir}/xmms/Input/libxmmstremor.so" FILES_${PN}-dbg += "${libdir}/xmms/Input/.debug/libxmmstremor.so" + +SRC_URI[md5sum] = "998d2a399bd0fb9a2bcde6d5bd2443d4" +SRC_URI[sha256sum] = "66514764e9aa0168af22a5b4334e9882fbb0b87285ee2055c1daceb3a2214315" diff --git a/recipes/xmms/xmms_1.2.10.bb b/recipes/xmms/xmms_1.2.10.bb index 86421d89c4..0a35f5bc85 100644 --- a/recipes/xmms/xmms_1.2.10.bb +++ b/recipes/xmms/xmms_1.2.10.bb @@ -76,3 +76,6 @@ do_stage() { FILES_${PN} = "${bindir}/xmms ${bindir}/xmms.sh ${libdir}/libxmms*.so.* \ ${datadir}/applications/xmms.desktop \ ${datadir}/pixmaps/xmms_mini.xpm" + +SRC_URI[md5sum] = "03a85cfc5e1877a2e1f7be4fa1d3f63c" +SRC_URI[sha256sum] = "ff9eabae2074043294a19ec7beaf0959bd076f6cd60558264faeec08f4a0eb6a" |