Merge pull request #20363 from 1715173329/crun
crun: add libgcrypt dependency
This commit is contained in:
commit
9c2bd8b013
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue