From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 19/19] gcr: Define _GNU_SOURCE
Date: Wed, 31 Aug 2022 04:39:39 -1000 [thread overview]
Message-ID: <ee8e5f60c2f21630400a5095304e5508d4297824.1661956484.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1661956484.git.steve@sakoman.com>
From: Khem Raj <raj.khem@gmail.com>
This ensures that definitions of functions e.g. getpass() are correctly
sourced from system headers, since it depends on feature test macros
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0d117e5d17c491e1d26aefb4b919410b07fd5347)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-gnome/gcr/gcr_3.40.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-gnome/gcr/gcr_3.40.0.bb b/meta/recipes-gnome/gcr/gcr_3.40.0.bb
index 717c31c325..8719884f25 100644
--- a/meta/recipes-gnome/gcr/gcr_3.40.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.40.0.bb
@@ -13,6 +13,8 @@ DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \
CACHED_CONFIGUREVARS += "ac_cv_path_GPG='gpg2'"
+CFLAGS += "-D_GNU_SOURCE"
+
GNOMEBASEBUILDCLASS = "meson"
GTKDOC_MESON_OPTION = "gtk_doc"
inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg
--
2.25.1
prev parent reply other threads:[~2022-08-31 14:40 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-31 14:39 [OE-core][kirkstone 00/19] Patch review Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 01/19] sqlite: fix CVE-2022-35737 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 02/19] bind: upgrade 9.18.4 -> 9.18.5 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 03/19] linux-yocto/5.15: update to v5.15.60 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 04/19] linux-yocto/5.15: update to v5.15.62 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 05/19] linux-yocto: Fix COMPATIBLE_MACHINE regex match Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 06/19] linux-yocto/5.10: update to v5.10.136 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 07/19] linux-yocto/5.10: update to v5.10.137 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 08/19] lttng-modules: fix build for kernel 5.10.137 Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 09/19] shadow: Enable subid support Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 10/19] rootfspostcommands.py: Cleanup subid backup files generated by shadow-utils Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 11/19] shadow: Avoid nss warning/error with musl Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 12/19] util-linux: Remove --enable-raw from EXTRA_OECONF Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 13/19] libxml2: wrap xmllint to use the correct XML catalogues Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 14/19] parselogs: Ignore xf86OpenConsole error Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 15/19] xinetd: Pass missing -D_GNU_SOURCE Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 16/19] watchdog: Include needed system header for function decls Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 17/19] pinentry: enable _XOPEN_SOURCE on musl for wchar usage in curses Steve Sakoman
2022-08-31 14:39 ` [OE-core][kirkstone 18/19] apr: Use correct strerror_r implementation based on libc type Steve Sakoman
2022-08-31 14:39 ` Steve Sakoman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee8e5f60c2f21630400a5095304e5508d4297824.1661956484.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox