* [Buildroot] [PATCH 1/1] package/crun: drop libgcrypt dependency
@ 2024-07-17 13:37 TIAN Yuanhao
2024-07-17 14:58 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: TIAN Yuanhao @ 2024-07-17 13:37 UTC (permalink / raw)
To: buildroot; +Cc: TIAN Yuanhao
This reverts commit 4d5fd84496 (package/crun: add libgcrypt optional
dependency, 2022-12-30).
Since bump to 1.15, libgcrypt is not an optional dependency anymore as
it has been droped in 1.14 with
https://github.com/containers/crun/commit/8d96f0884b46765693b6d86125216c895e095ed6
Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
package/crun/crun.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/crun/crun.mk b/package/crun/crun.mk
index b48f15304b..be5897dbc2 100644
--- a/package/crun/crun.mk
+++ b/package/crun/crun.mk
@@ -26,10 +26,6 @@ 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.44.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/crun: drop libgcrypt dependency
2024-07-17 13:37 [Buildroot] [PATCH 1/1] package/crun: drop libgcrypt dependency TIAN Yuanhao
@ 2024-07-17 14:58 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-17 14:58 UTC (permalink / raw)
To: TIAN Yuanhao; +Cc: buildroot
On Wed, 17 Jul 2024 06:37:02 -0700
TIAN Yuanhao <tianyuanhao3@163.com> wrote:
> This reverts commit 4d5fd84496 (package/crun: add libgcrypt optional
> dependency, 2022-12-30).
>
> Since bump to 1.15, libgcrypt is not an optional dependency anymore as
> it has been droped in 1.14 with
> https://github.com/containers/crun/commit/8d96f0884b46765693b6d86125216c895e095ed6
>
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
> ---
> package/crun/crun.mk | 4 ----
> 1 file changed, 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-17 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 13:37 [Buildroot] [PATCH 1/1] package/crun: drop libgcrypt dependency TIAN Yuanhao
2024-07-17 14:58 ` Thomas Petazzoni via buildroot
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.