summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-12 07:59:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-13 10:46:34 +0100
commit3f18281a4cf0d36dbaaf75c93c77cc5d72f183d4 (patch)
tree2c606439f59499ace15e3a890192307d92975f98 /meta/recipes-multimedia
parent84e0bb8d936f1b9094c9d5a92825e9d22e1bc7e3 (diff)
downloadpoky-3f18281a4cf0d36dbaaf75c93c77cc5d72f183d4.tar.gz
mpg123: Upgrade to 1.25.0
No need to skip textrel QA for x86 as it has been fixed in 1.25.0 (From OE-Core rev: f635c097d0d43c88b00a00073b93712f1cc90fe0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/mpg123/mpg123_1.25.0.bb (renamed from meta/recipes-multimedia/mpg123/mpg123_1.24.0.bb)10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.24.0.bb b/meta/recipes-multimedia/mpg123/mpg123_1.25.0.bb
index 587327b9ef..f86098ce20 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.24.0.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.25.0.bb
@@ -11,9 +11,8 @@ LICENSE_FLAGS = "commercial"
11LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3" 11LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
12 12
13SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" 13SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
14 14SRC_URI[md5sum] = "2ffbe29c99130215b0ee7d1b11c0ea4b"
15SRC_URI[md5sum] = "75d62ac0cb713a7bac5af4ded4af2bb4" 15SRC_URI[sha256sum] = "552e3e1db045e00f474252917007795ac295863fc8b13891859b3382d2f24e48"
16SRC_URI[sha256sum] = "55fb169a7711938f5df0497d1ffe28419fbef50011dc01d00b216379e6a2256c"
17 16
18inherit autotools pkgconfig 17inherit autotools pkgconfig
19 18
@@ -42,11 +41,6 @@ EXTRA_OECONF = " \
42 ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-cpu=neon', '', d)} \ 41 ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-cpu=neon', '', d)} \
43 ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \ 42 ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \
44" 43"
45
46# The x86 assembler optimisations contains text relocations and there are no
47# upstream plans to fix them: http://sourceforge.net/p/mpg123/bugs/168/
48INSANE_SKIP_${PN}_append_x86 = " textrel"
49
50# Fails to build with thumb-1 (qemuarm) 44# Fails to build with thumb-1 (qemuarm)
51#| {standard input}: Assembler messages: 45#| {standard input}: Assembler messages:
52#| {standard input}:47: Error: selected processor does not support Thumb mode `smull r5,r6,r7,r4' 46#| {standard input}:47: Error: selected processor does not support Thumb mode `smull r5,r6,r7,r4'