aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmad/libmad_0.15.0b.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-08-11 20:10:45 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 20:10:45 +0000
commit729d1980b3800bb4c4cf7744583206bd95057770 (patch)
tree1eedae910f6134f4cec22bb1683df4011e33c240 /packages/libmad/libmad_0.15.0b.bb
parent122c43cb0589c423749b9f046ceed1ab53bee9f6 (diff)
downloadopenembedded-729d1980b3800bb4c4cf7744583206bd95057770.tar.gz
libmad: thumb only (so no PR change): remove the erroneous use of 32 bit
ARM assembler when compiling thumb
Diffstat (limited to 'packages/libmad/libmad_0.15.0b.bb')
-rw-r--r--packages/libmad/libmad_0.15.0b.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/libmad/libmad_0.15.0b.bb b/packages/libmad/libmad_0.15.0b.bb
index 910399f8b3..51402d2f01 100644
--- a/packages/libmad/libmad_0.15.0b.bb
+++ b/packages/libmad/libmad_0.15.0b.bb
@@ -11,6 +11,8 @@ S = "${WORKDIR}/libmad-${PV}"
inherit autotools
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"
do_configure_prepend () {
# damn picky automake...