public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl
@ 2023-04-05  3:11 Khem Raj
  2023-04-05  3:11 ` [PATCH 2/2] mpg123: " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2023-04-05  3:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This is required to nullify whats passed from cached site file
musl-common

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/gpgme/gpgme_1.18.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/gpgme/gpgme_1.18.0.bb b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
index 1a7a21f7cc..6ec3090cf9 100644
--- a/meta/recipes-support/gpgme/gpgme_1.18.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
@@ -70,6 +70,8 @@ FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
 FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
 
 CFLAGS:append:libc-musl = " -D__error_t_defined "
+CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no"
+
 do_configure:prepend () {
 	# Else these could be used in preference to those in aclocal-copy
 	rm -f ${S}/m4/gpg-error.m4
-- 
2.40.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] mpg123: Reset ac_cv_sys_file_offset_bits on musl
  2023-04-05  3:11 [PATCH 1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl Khem Raj
@ 2023-04-05  3:11 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-04-05  3:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This is required to nullify whats passed from cached site file
musl-common

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb b/meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb
index 0a2d870cfa..58bd172329 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb
@@ -35,6 +35,8 @@ PACKAGECONFIG[sdl] = ",,libsdl2"
 AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}"
 AUDIOMODS += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'pulse', '', d)}"
 
+CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no"
+
 EXTRA_OECONF = " \
     --enable-shared \
     --enable-largefile \
-- 
2.40.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-05  3:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05  3:11 [PATCH 1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl Khem Raj
2023-04-05  3:11 ` [PATCH 2/2] mpg123: " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox