diff mbox series

p11-kit: add native to BBCLASSEXTEND

Message ID 20230126064612.3803320-1-jlu@pengutronix.de
State Accepted, archived
Commit 4942a42d5a071b283fe49047dcb4fee2c96422e8
Headers show
Series p11-kit: add native to BBCLASSEXTEND | expand

Commit Message

Jan Lübbe Jan. 26, 2023, 6:46 a.m. UTC
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.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Randy MacLeod May 24, 2023, 12:57 p.m. UTC | #1
On 2023-01-26 01:46, Jan Luebbe via lists.openembedded.org wrote:
> 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.
>
> Signed-off-by: Jan Luebbe<jlu@pengutronix.de>
> ---
>   meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 59cbb67961ac..72b446204a1c 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} += " \
>   # PN contains p11-kit-proxy.so, a symlink to a loadable module
>   INSANE_SKIP:${PN} = "dev-so"
>   
> -BBCLASSEXTEND = "nativesdk"
> +BBCLASSEXTEND = "native nativesdk"
Steve, could this change be back-ported to kirkstone?

>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176382):https://lists.openembedded.org/g/openembedded-core/message/176382
> Mute This Topic:https://lists.openembedded.org/mt/96538706/3616765
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub  [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Steve Sakoman May 24, 2023, 2:23 p.m. UTC | #2
On Wed, May 24, 2023 at 2:57 AM Randy MacLeod via
lists.openembedded.org
<randy.macleod=windriver.com@lists.openembedded.org> wrote:
>
> On 2023-01-26 01:46, Jan Luebbe via lists.openembedded.org wrote:
>
> 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.
>
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
>  meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 59cbb67961ac..72b446204a1c 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} += " \
>  # PN contains p11-kit-proxy.so, a symlink to a loadable module
>  INSANE_SKIP:${PN} = "dev-so"
>
> -BBCLASSEXTEND = "nativesdk"
> +BBCLASSEXTEND = "native nativesdk"
>
> Steve, could this change be back-ported to kirkstone?

Certainly!

Steve

> # Randy MacLeod
> # Wind River Linux
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#181672): https://lists.openembedded.org/g/openembedded-core/message/181672
> Mute This Topic: https://lists.openembedded.org/mt/99107763/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 59cbb67961ac..72b446204a1c 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} += " \
 # PN contains p11-kit-proxy.so, a symlink to a loadable module
 INSANE_SKIP:${PN} = "dev-so"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"