From 8413ac157f8ddc3e163ff5232708d331a6cc0244 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 22 Jan 2023 15:28:07 +0800 Subject: [PATCH] crun: add libgcrypt dependency Fixes: ad0aa1b2fc64e8 ("crun: update to 1.7.2") Signed-off-by: Tianling Shen --- utils/crun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 85d97218..7a1b64a7 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crun PKG_VERSION:=1.7.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/containers/crun.git @@ -26,7 +26,7 @@ define Package/crun CATEGORY:=Utilities TITLE:=crun URL:=https://github.com/containers/crun - DEPENDS:=@!arc +libseccomp +libcap + DEPENDS:=@!arc +libseccomp +libcap +libgcrypt endef define Package/crun/description