diff options
| author | Jan Luebbe <jlu@pengutronix.de> | 2023-01-26 07:46:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 21:57:48 +0000 |
| commit | ec87495016c250c792584a237e568c9d1333bc88 (patch) | |
| tree | 48455d759d9ac8287726368753644968abe991f2 | |
| parent | bcc22368c9132a4c28c9a910f6e968da51ffa6f2 (diff) | |
| download | poky-ec87495016c250c792584a237e568c9d1333bc88.tar.gz | |
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: 4942a42d5a071b283fe49047dcb4fee2c96422e8)
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb index 59cbb67961..72b446204a 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | |||
| @@ -29,4 +29,4 @@ FILES:${PN} += " \ | |||
| 29 | # PN contains p11-kit-proxy.so, a symlink to a loadable module | 29 | # PN contains p11-kit-proxy.so, a symlink to a loadable module |
| 30 | INSANE_SKIP:${PN} = "dev-so" | 30 | INSANE_SKIP:${PN} = "dev-so" |
| 31 | 31 | ||
| 32 | BBCLASSEXTEND = "nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
