projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa700a6
)
crun: add libgcrypt dependency
20363/head
author
Tianling Shen
<cnsztl@immortalwrt.org>
Sun, 22 Jan 2023 07:28:07 +0000
(15:28 +0800)
committer
Tianling Shen
<cnsztl@immortalwrt.org>
Sun, 22 Jan 2023 07:28:07 +0000
(15:28 +0800)
Fixes: ad0aa1b2fc64e8 ("crun: update to 1.7.2")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
utils/crun/Makefile
patch
|
blob
|
history
diff --git
a/utils/crun/Makefile
b/utils/crun/Makefile
index 85d9721809510bba4c172e383319602f50307927..7a1b64a7f54b6872187c26e3d9173f056b8e3149 100644
(file)
--- 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