summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-04 20:11:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-04 12:46:14 +0100
commit621fdfb1265220b4446542421c6783559214b131 (patch)
tree248c9780a429aeace8c99c343ae8fff51e6a9d0b
parent6722f406001cd838c2c36aeac26914820867438b (diff)
downloadpoky-621fdfb1265220b4446542421c6783559214b131.tar.gz
gpgme: 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: 9357ef5dd9ba8bc9e906aab3630c9e2bdb14b174) 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>
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.18.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.18.0.bb b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
index a7b0de44a5..deea6f3f7b 100644
--- a/meta/recipes-support/gpgme/gpgme_1.18.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
@@ -69,6 +69,8 @@ FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
69FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" 69FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
70 70
71CFLAGS:append:libc-musl = " -D__error_t_defined " 71CFLAGS:append:libc-musl = " -D__error_t_defined "
72CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no"
73
72do_configure:prepend () { 74do_configure:prepend () {
73 # Else these could be used in preference to those in aclocal-copy 75 # Else these could be used in preference to those in aclocal-copy
74 rm -f ${S}/m4/gpg-error.m4 76 rm -f ${S}/m4/gpg-error.m4