ucert: add PROVIDES also for minimal 'ucert' package
authorDaniel Golle <daniel@makrotopia.org>
Thu, 7 Mar 2019 10:46:51 +0000 (11:46 +0100)
committerDaniel 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

index 5b4c6b12ca89660b6e11e32352dc8ffedd86a93a..0bcd89de890829a1f79dd493017ba0256a07a20a 100644 (file)
@@ -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