diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-04 20:11:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-04 12:46:14 +0100 |
commit | 621fdfb1265220b4446542421c6783559214b131 (patch) | |
tree | 248c9780a429aeace8c99c343ae8fff51e6a9d0b /meta/recipes-support/gpgme | |
parent | 6722f406001cd838c2c36aeac26914820867438b (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.18.0.bb | 2 |
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}/*" | |||
69 | FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 69 | FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
70 | 70 | ||
71 | CFLAGS:append:libc-musl = " -D__error_t_defined " | 71 | CFLAGS:append:libc-musl = " -D__error_t_defined " |
72 | CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no" | ||
73 | |||
72 | do_configure:prepend () { | 74 | do_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 |