mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
committed by
Steve Sakoman
parent
a23ae80a37
commit
9a514e19fa
@@ -29,4 +29,4 @@ FILES:${PN} += " \
|
|||||||
# PN contains p11-kit-proxy.so, a symlink to a loadable module
|
# PN contains p11-kit-proxy.so, a symlink to a loadable module
|
||||||
INSANE_SKIP:${PN} = "dev-so"
|
INSANE_SKIP:${PN} = "dev-so"
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user