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>
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
}
# 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}