diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-11 09:46:25 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-11 11:57:34 +0100 |
commit | 21cc37782c0624d1efc9b56e94d1012557dce871 (patch) | |
tree | f0ae342b91d087043cbf4526ba850ec8a7701000 /recipes/libsndfile | |
parent | 6d39f386dabf6317639b1b9898273ae340fcc19e (diff) |
libsndfile1: updated to 1.0.21
also fixed download location and moved two config vars to arm-common
(not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe specific, so left that one)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libsndfile')
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.21.bb (renamed from recipes/libsndfile/libsndfile1_1.0.20.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.20.bb b/recipes/libsndfile/libsndfile1_1.0.21.bb index 1458b7acfa..5144e1fba0 100644 --- a/recipes/libsndfile/libsndfile1_1.0.20.bb +++ b/recipes/libsndfile/libsndfile1_1.0.21.bb @@ -4,19 +4,17 @@ AUTHOR = "Erik de Castro Lopo" SECTION = "libs/multimedia" LICENSE = "LGPL" DEPENDS = "sqlite3" -PR = "r1" +PR = "r0" - -SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ - " +SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz;name=libsndfile1021targz" +SRC_URI[libsndfile1021targz.md5sum] = "880a40ec636ab2185b97f8927299b292" +SRC_URI[libsndfile1021targz.sha256sum] = "7e9083a2551ff347276d82cdb61f2b4f9cd137c0b76433800e991583ded8ea67" S = "${WORKDIR}/libsndfile-${PV}" inherit autotools_stage lib_package pkgconfig do_configure_prepend_arm() { - export ac_cv_sys_largefile_source=1 - export ac_cv_sys_file_offset_bits=64 ac_cv_sizeof_off_t=8 } |