[oe-commits] [openembedded-core] 02/26: libsndfile1: remove redundant autoconf seeding

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 22:37:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9da7467aedb66e4e868acb224bbe83917c4301be
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jul 9 11:50:58 2019 +0100

    libsndfile1: remove redundant autoconf seeding
    
    Twelve years ago libsndfile was badly detecting large file handling and
    generating bad code[1].  The detection code in libsndfile has had many fixes
    since then and this isn't needed anymore (verified by comparing config.h when
    built for qemuarm).
    
    [1] https://git.openembedded.org/openembedded/commit/?id=875cfc6f23ae68c6215bf32eb01a486f0387cb92
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb
index 7dfee4e..ffb4585 100644
--- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb
@@ -33,9 +33,3 @@ PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
 PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
 
 inherit autotools lib_package pkgconfig
-
-do_configure_prepend_arm() {
-	export ac_cv_sys_largefile_source=1
-	export ac_cv_sys_file_offset_bits=64
-}
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list