diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2020-03-09 19:55:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-10 23:20:33 +0000 |
commit | 34870513d783680f9d78d23417631b9ca764e9ff (patch) | |
tree | fa6f1b9f299a2af4b489a531c42e71ac486b4582 /meta/recipes-support | |
parent | 3abf367f4806ebd8786545f9bc29f045ce9db5d0 (diff) | |
download | poky-34870513d783680f9d78d23417631b9ca764e9ff.tar.gz |
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']
(From OE-Core rev: 744f2472df627cd85dd11aa9da445a2a1af196ed)
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.23.20.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} += " \ | |||
25 | 25 | ||
26 | # PN contains p11-kit-proxy.so, a symlink to a loadable module | 26 | # PN contains p11-kit-proxy.so, a symlink to a loadable module |
27 | INSANE_SKIP_${PN} = "dev-so" | 27 | INSANE_SKIP_${PN} = "dev-so" |
28 | |||
29 | BBCLASSEXTEND = "nativesdk" | ||