[oe-commits] Frans Meulenbroeks : libsndfile1: updated to 1.0.21

git version control git at git.openembedded.org
Thu Mar 11 10:58:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 21cc37782c0624d1efc9b56e94d1012557dce871
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21cc37782c0624d1efc9b56e94d1012557dce871

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Mar 11 09:46:25 2010 +0100

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 at gmail.com>

---

 ...libsndfile1_1.0.20.bb => libsndfile1_1.0.21.bb} |   10 ++++------
 site/arm-common                                    |    4 ++++
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/recipes/libsndfile/libsndfile1_1.0.20.bb b/recipes/libsndfile/libsndfile1_1.0.21.bb
similarity index 66%
rename from recipes/libsndfile/libsndfile1_1.0.20.bb
rename to recipes/libsndfile/libsndfile1_1.0.21.bb
index 1458b7a..5144e1f 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
 }
 
diff --git a/site/arm-common b/site/arm-common
index 20de8c5..0049723 100644
--- a/site/arm-common
+++ b/site/arm-common
@@ -126,6 +126,10 @@ ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
 
+# libsndfile
+ac_cv_sys_largefile_source=${ac_cv_sys_largefile_source=1}
+ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64}
+
 # libxfce4util
 with_broken_putenv=${with_broken_putenv=no}
 





More information about the Openembedded-commits mailing list