diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb index 22ea572b2e..d11a312c00 100644 --- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb +++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb | |||
@@ -51,6 +51,10 @@ EXTRA_OECONF = " \ | |||
51 | ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \ | 51 | ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \ |
52 | " | 52 | " |
53 | 53 | ||
54 | # The x86 assembler optimisations contains text relocations and there are no | ||
55 | # upstream plans to fix them: http://sourceforge.net/p/mpg123/bugs/168/ | ||
56 | INSANE_SKIP_${PN}_append_x86 = " textrel" | ||
57 | |||
54 | # Fails to build with thumb-1 (qemuarm) | 58 | # Fails to build with thumb-1 (qemuarm) |
55 | #| {standard input}: Assembler messages: | 59 | #| {standard input}: Assembler messages: |
56 | #| {standard input}:47: Error: selected processor does not support Thumb mode `smull r5,r6,r7,r4' | 60 | #| {standard input}:47: Error: selected processor does not support Thumb mode `smull r5,r6,r7,r4' |