mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 10:31:21 +08:00
crun: add libgcrypt dependency
Fixes: ad0aa1b2fc64e8 ("crun: update to 1.7.2") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
444307c7eb
commit
8413ac157f
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=crun
|
PKG_NAME:=crun
|
||||||
PKG_VERSION:=1.7.2
|
PKG_VERSION:=1.7.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/containers/crun.git
|
PKG_SOURCE_URL:=https://github.com/containers/crun.git
|
||||||
@ -26,7 +26,7 @@ define Package/crun
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=crun
|
TITLE:=crun
|
||||||
URL:=https://github.com/containers/crun
|
URL:=https://github.com/containers/crun
|
||||||
DEPENDS:=@!arc +libseccomp +libcap
|
DEPENDS:=@!arc +libseccomp +libcap +libgcrypt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/crun/description
|
define Package/crun/description
|
||||||
|
Loading…
Reference in New Issue
Block a user