public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 1/3] gnutls: Enable seccomp if FEATURE is set
@ 2021-08-10  7:19 Yu, Mingli
  2021-08-10  7:19 ` [hardknott][PATCH 2/3] gnutls: Point to staging area for finding seccomp libs and includes Yu, Mingli
  2021-08-10  7:19 ` [hardknott][PATCH 3/3] gnutls: upgrade 3.7.1 -> 3.7.2 Yu, Mingli
  0 siblings, 2 replies; 3+ messages in thread
From: Yu, Mingli @ 2021-08-10  7:19 UTC (permalink / raw)
  To: openembedded-core

From: Armin Kuster <akuster808@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f2527b5567252c7da4fbd863e119c8114e6debcd)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/recipes-support/gnutls/gnutls_3.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/gnutls/gnutls_3.7.1.bb b/meta/recipes-support/gnutls/gnutls_3.7.1.bb
index 51d472c828..3e1958c969 100644
--- a/meta/recipes-support/gnutls/gnutls_3.7.1.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.7.1.bb
@@ -27,7 +27,7 @@ SRC_URI[sha256sum] = "3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e
 
 inherit autotools texinfo pkgconfig gettext lib_package gtk-doc
 
-PACKAGECONFIG ??= "libidn"
+PACKAGECONFIG ??= "libidn  ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}"
 
 # You must also have CONFIG_SECCOMP enabled in the kernel for
 # seccomp to work.
-- 
2.29.2


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

end of thread, other threads:[~2021-08-10  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-10  7:19 [hardknott][PATCH 1/3] gnutls: Enable seccomp if FEATURE is set Yu, Mingli
2021-08-10  7:19 ` [hardknott][PATCH 2/3] gnutls: Point to staging area for finding seccomp libs and includes Yu, Mingli
2021-08-10  7:19 ` [hardknott][PATCH 3/3] gnutls: upgrade 3.7.1 -> 3.7.2 Yu, Mingli

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