projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f818cb
)
ucert: add PROVIDES also for minimal 'ucert' package
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 7 Mar 2019 10:46:51 +0000
(11:46 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 8 Mar 2019 00:18:12 +0000
(
01:18
+0100)
Otherwise ucert-full gets selected instead of ucert when depending on
ucert.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/system/ucert/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ucert/Makefile
b/package/system/ucert/Makefile
index 5b4c6b12ca89660b6e11e32352dc8ffedd86a93a..0bcd89de890829a1f79dd493017ba0256a07a20a 100644
(file)
--- a/
package/system/ucert/Makefile
+++ b/
package/system/ucert/Makefile
@@
-47,6
+47,7
@@
define Package/ucert
CATEGORY:=Base system
DEPENDS:=+usign +libubox
TITLE:=OpenWrt certificate verification utility
+ PROVIDES:=ucert
CONFLICTS:=ucert-full
VARIANT:=tiny
endef