All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency
@ 2022-12-30 18:08 Fabrice Fontaine
  2023-01-08  2:38 ` Christian Stewart via buildroot
  2023-01-08 15:58 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-12-30 18:08 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

libgcrypt is an optional dependency which is enabled by default since
version 1.7 and
https://github.com/containers/crun/commit/dd310aaf5aee336d0f6236c1c2add7b7cb030482

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/crun/crun.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/crun/crun.mk b/package/crun/crun.mk
index 8c9993993c..fd8bfb0981 100644
--- a/package/crun/crun.mk
+++ b/package/crun/crun.mk
@@ -26,6 +26,10 @@ else
 CRUN_CONF_OPTS += --disable-caps
 endif
 
+ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
+CRUN_DEPENDENCIES += libgcrypt
+endif
+
 ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
 CRUN_DEPENDENCIES += libseccomp
 CRUN_CONF_OPTS += --enable-seccomp
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency
  2022-12-30 18:08 [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency Fabrice Fontaine
@ 2023-01-08  2:38 ` Christian Stewart via buildroot
  2023-01-08 15:58 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Stewart via buildroot @ 2023-01-08  2:38 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Christian Stewart, buildroot

Hi Fabrice,

On Fri, Dec 30, 2022 at 10:08 AM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> libgcrypt is an optional dependency which is enabled by default since
> version 1.7 and
> https://github.com/containers/crun/commit/dd310aaf5aee336d0f6236c1c2add7b7cb030482
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/crun/crun.mk | 4 ++++
>  1 file changed, 4 insertions(+)
>

Reviewed-by: Christian Stewart <christian@paral.in>

Thanks!
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency
  2022-12-30 18:08 [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency Fabrice Fontaine
  2023-01-08  2:38 ` Christian Stewart via buildroot
@ 2023-01-08 15:58 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-01-08 15:58 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-12-30 19:08 +0100, Fabrice Fontaine spake thusly:
> libgcrypt is an optional dependency which is enabled by default since
> version 1.7 and
> https://github.com/containers/crun/commit/dd310aaf5aee336d0f6236c1c2add7b7cb030482
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, after extending the commit log to state that there
are no associated --enable/disable flags, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/crun/crun.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/crun/crun.mk b/package/crun/crun.mk
> index 8c9993993c..fd8bfb0981 100644
> --- a/package/crun/crun.mk
> +++ b/package/crun/crun.mk
> @@ -26,6 +26,10 @@ else
>  CRUN_CONF_OPTS += --disable-caps
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
> +CRUN_DEPENDENCIES += libgcrypt
> +endif
> +
>  ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
>  CRUN_DEPENDENCIES += libseccomp
>  CRUN_CONF_OPTS += --enable-seccomp
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-01-08 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 18:08 [Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency Fabrice Fontaine
2023-01-08  2:38 ` Christian Stewart via buildroot
2023-01-08 15:58 ` Yann E. MORIN

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.