From 744f2472df627cd85dd11aa9da445a2a1af196ed Mon Sep 17 00:00:00 2001 From: Codrin Ciubotariu Date: Mon, 9 Mar 2020 19:55:35 +0200 Subject: [PATCH] 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 --- 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 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" -- 2.40.1