[oe-commits] [openembedded-core] 06/06: p11-kit: Add nativesdk variant

git at git.openembedded.org git at git.openembedded.org
Mon Mar 9 22:52:29 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e221d94d0a860b87387ee4747220e2ff3696ff8c
Author: Codrin Ciubotariu <codrin.ciubotariu at microchip.com>
AuthorDate: Mon Mar 9 19:55:35 2020 +0200

    p11-kit: Add nativesdk variant
    
    The nativesdk variant is needed by the buildtools-tarball, when
    p11-kit feature is enabled for gnutls. The error message is:
    
    Missing or unbuildable dependency chain was: ['buildtools-tarball', 'nativesdk-wget', 'nativesdk-gnutls', 'nativesdk-p11-kit']
    
    Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at microchip.com>
    Cc: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/p11-kit/p11-kit_0.23.20.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb
index 54b8cc6..4ba93f9 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb
@@ -25,3 +25,5 @@ FILES_${PN} += " \
 
 # PN contains p11-kit-proxy.so, a symlink to a loadable module
 INSANE_SKIP_${PN} = "dev-so"
+
+BBCLASSEXTEND = "nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list