aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2023-01-22 10:29:27 +0200
committerGitHub <noreply@github.com>2023-01-22 10:29:27 +0200
commit9c2bd8b01316d5b057159214bca1a3f98bbce784 (patch)
treef45576d963bdf89a484eae675d9481ed1cc86c0a
parentaa700a6b463dba810f35885a3eaed7b4af3dd92e (diff)
parent6f5dbdba0fed9c3068adb73562df67ca04a22a16 (diff)
Merge pull request #20363 from 1715173329/crun
crun: add libgcrypt dependency
-rw-r--r--utils/crun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/crun/Makefile b/utils/crun/Makefile
index 85d972180..7a1b64a7f 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