]> code.ossystems Code Review - openembedded-core.git/commitdiff
libmad: remove use of obsolete _thumb over-ride
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 23 Mar 2016 18:00:25 +0000 (11:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2016 21:44:43 +0000 (21:44 +0000)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libmad/libmad_0.15.1b.bb

index 9e08b16da9e61b9b39e755aca3c1953523e68c7b..d431abdaa756dd62ae3f354bd05f36dac8d41de0 100644 (file)
@@ -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 () {