]> code.ossystems Code Review - openembedded-core.git/commitdiff
p11-kit: Add nativesdk variant
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Mon, 9 Mar 2020 17:55:35 +0000 (19:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Mar 2020 23:18:58 +0000 (23:18 +0000)
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@microchip.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/p11-kit/p11-kit_0.23.20.bb

index 54b8cc6a70b65e5d5ac68cab6efe5664cd643f03..4ba93f998af0c491510115ef2e096cb68a0b9a36 100644 (file)
@@ -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"