p11-kit: add native to BBCLASSEXTEND

This recipe is needed to build softhsm (in meta-oe) in with p11-kit
support, which is useful when multiple PKCS#11 modules need to be used.

(From OE-Core rev: 19498bea309f19d841187a7063286b2a68ce2587)

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4942a42d5a071b283fe49047dcb4fee2c96422e8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Jan Luebbe
2023-01-26 07:46:13 +01:00
committed by Steve Sakoman
parent a23ae80a37
commit 9a514e19fa

View File

@@ -29,4 +29,4 @@ FILES:${PN} += " \
# PN contains p11-kit-proxy.so, a symlink to a loadable module
INSANE_SKIP:${PN} = "dev-so"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"