diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-26 11:06:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-27 15:11:47 +0100 |
commit | 6db9f63412d5655b3c1ee24f90f61bd5cb3734e2 (patch) | |
tree | 31f45d3adb975b8f947e25d60692b6f6e2b7a694 | |
parent | 3acbec85b00d693d2d731bc2b09cc40be1cc68e9 (diff) | |
download | poky-6db9f63412d5655b3c1ee24f90f61bd5cb3734e2.tar.gz |
gnutls: Point to staging area for finding seccomp libs and includes
This ensures that if libseccomp is installed on build host then it does
not resort to use it.
Fixes
checking for libseccomp... (cached) yes
checking how to link with libseccomp... /usr/lib/libseccomp.so
(From OE-Core rev: 3751ac58720a500e3b749b2296922d7c82db49a1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.7.1.bb b/meta/recipes-support/gnutls/gnutls_3.7.1.bb index 3e1958c969..350d0a018b 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.1.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.1.bb | |||
@@ -31,7 +31,7 @@ PACKAGECONFIG ??= "libidn ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}" | |||
31 | 31 | ||
32 | # You must also have CONFIG_SECCOMP enabled in the kernel for | 32 | # You must also have CONFIG_SECCOMP enabled in the kernel for |
33 | # seccomp to work. | 33 | # seccomp to work. |
34 | PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp" | 34 | PACKAGECONFIG[seccomp] = "--with-libseccomp-prefix=${STAGING_EXECPREFIXDIR},ac_cv_libseccomp=no,libseccomp" |
35 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2" | 35 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2" |
36 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" | 36 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" |
37 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" | 37 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" |