diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-03-23 11:00:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:18 +0000 |
commit | 86d7e446c77ed93818afb4be7e4d5bf16ae513f5 (patch) | |
tree | e64f223ec6cb45b5c91f4126626dc683ea1be3d6 | |
parent | e7395c8063fdc1df8e15dc8de4afdadbf814eadf (diff) | |
download | poky-86d7e446c77ed93818afb4be7e4d5bf16ae513f5.tar.gz |
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
(From OE-Core rev: e533e634f2ac757311f7888e764227ccdc5b0de1)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libmad/libmad_0.15.1b.bb | 2 |
1 files changed, 0 insertions, 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 9e08b16da9..d431abdaa7 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}" | |||
26 | inherit autotools pkgconfig | 26 | inherit autotools pkgconfig |
27 | 27 | ||
28 | EXTRA_OECONF = "-enable-speed --enable-shared" | 28 | EXTRA_OECONF = "-enable-speed --enable-shared" |
29 | # The ASO's don't take any account of thumb... | ||
30 | EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default" | ||
31 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" | 29 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" |
32 | 30 | ||
33 | do_configure_prepend () { | 31 | do_configure_prepend () { |