summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/mpg123
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-04 20:11:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-04 12:46:14 +0100
commit928609318f52fdc8deefcb4bc4d388b6af8b62f9 (patch)
tree0d213537cc27d2a3ae08dedb10f0be73b08b7da0 /meta/recipes-multimedia/mpg123
parent621fdfb1265220b4446542421c6783559214b131 (diff)
downloadpoky-928609318f52fdc8deefcb4bc4d388b6af8b62f9.tar.gz
mpg123: Reset ac_cv_sys_file_offset_bits on musl
This is required to nullify whats passed from cached site file musl-common (From OE-Core rev: 19c9ba1089863b8ba2ff8e089cce29d16993c8f8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/mpg123')
-rw-r--r--meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb
index 90f285872f..b03ee9f71a 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb
@@ -35,6 +35,8 @@ PACKAGECONFIG[sdl] = ",,libsdl2"
35AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}" 35AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}"
36AUDIOMODS += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'pulse', '', d)}" 36AUDIOMODS += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'pulse', '', d)}"
37 37
38CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no"
39
38EXTRA_OECONF = " \ 40EXTRA_OECONF = " \
39 --enable-shared \ 41 --enable-shared \
40 --enable-largefile \ 42 --enable-largefile \