From: Codrin Ciubotariu Date: Mon, 9 Mar 2020 17:55:35 +0000 (+0200) Subject: p11-kit: Add nativesdk variant X-Git-Tag: 2020-04-dunfell~218 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=744f2472df627cd85dd11aa9da445a2a1af196ed;p=openembedded-core.git 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 Cc: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 54b8cc6a70..4ba93f998a 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"