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/libsndfile | |
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/libsndfile')
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.16.bb | 3 | ||||
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.17.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.16.bb b/recipes/libsndfile/libsndfile1_1.0.16.bb index 165ef6d38f..35d55ac00a 100644 --- a/recipes/libsndfile/libsndfile1_1.0.16.bb +++ b/recipes/libsndfile/libsndfile1_1.0.16.bb @@ -15,3 +15,6 @@ do_stage() { install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "773b6639672d39b6342030c7fd1e9719" +SRC_URI[sha256sum] = "79e305112a4d9598b93b614a7747604f9ef10d9a2dee52c5903b554bbeaedd7c" diff --git a/recipes/libsndfile/libsndfile1_1.0.17.bb b/recipes/libsndfile/libsndfile1_1.0.17.bb index eeedcb68a2..64aa8f02da 100644 --- a/recipes/libsndfile/libsndfile1_1.0.17.bb +++ b/recipes/libsndfile/libsndfile1_1.0.17.bb @@ -25,3 +25,6 @@ do_stage() { PACKAGES =+ "${PN}-octave" FILES_${PN}-octave += "/usr/share/octave/site/m" + +SRC_URI[md5sum] = "2d126c35448503f6dbe33934d9581f6b" +SRC_URI[sha256sum] = "1792e4e60386b450ef8ec07c756e8f3ecfe96ebda7d0b09148da5f436d065ef2" |