All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND
@ 2023-01-26  6:46 Jan Luebbe
  2023-05-24 12:57 ` [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Luebbe @ 2023-01-26  6:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jan Luebbe

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"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone
  2023-01-26  6:46 [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND Jan Luebbe
@ 2023-05-24 12:57 ` Randy MacLeod
  2023-05-24 14:23   ` Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2023-05-24 12:57 UTC (permalink / raw)
  To: jlu, openembedded-core, steve

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>

-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 2610 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone
  2023-05-24 12:57 ` [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone Randy MacLeod
@ 2023-05-24 14:23   ` Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-05-24 14:23 UTC (permalink / raw)
  To: randy.macleod; +Cc: jlu, openembedded-core

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-24 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  6:46 [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND Jan Luebbe
2023-05-24 12:57 ` [OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND -> kirkstone Randy MacLeod
2023-05-24 14:23   ` Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.