[oe-commits] [openembedded-core] branch master-next updated: libmad: remove use of obsolete _thumb over-ride

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 22:00:35 UTC 2016


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

The following commit(s) were added to refs/heads/master-next by this push:
       new  0de1f3f   libmad: remove use of obsolete _thumb over-ride
0de1f3f is described below

commit 0de1f3f3160789cca27fabc4b4647d5a2674ff30
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Mar 23 11:00:25 2016 -0700

    libmad: remove use of obsolete _thumb over-ride
    
    The _thumb over-ride was first used by the libmad recipe in 2006 [1],
    but should have been removed in 2007, when the libmad recipe dropped
    support for building for thumb [2].
    
     [1] http://git.openembedded.org/openembedded-core/commit/?id=f1f8c5a6a7234a7b618f98efbb3d28e414890fa9
     [2] http://git.openembedded.org/openembedded-core/commit/?id=1aa801ac7b991790dce9cb2618d0816700e52a16
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
index 9e08b16..d431abd 100644
--- a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
+++ b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
@@ -26,8 +26,6 @@ S = "${WORKDIR}/libmad-${PV}"
 inherit autotools pkgconfig
 
 EXTRA_OECONF = "-enable-speed --enable-shared"
-# The ASO's don't take any account of thumb...
-EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default"
 EXTRA_OECONF_append_arm = " --enable-fpm=arm"
 
 do_configure_prepend () {

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


More information about the Openembedded-commits mailing list