nginx: make virtual package provide nginx
authorAnsuel Smith <redacted>
Sun, 15 Jul 2018 21:18:11 +0000 (23:18 +0200)
committerAnsuel Smith <redacted>
Sun, 15 Jul 2018 21:24:33 +0000 (23:24 +0200)
Some package needs nginx as dependency this permit to use nginx-ssl and nginx-all-module as dep for them.

Signed-off-by: Ansuel Smith <redacted>
net/nginx/Makefile

index 86588b240534727e995cf16c378b57001fb4f080..7a74291ec9118890e1c1d5fa8740299afb00cfe6 100644 (file)
@@ -97,6 +97,7 @@ define Package/nginx-ssl
   TITLE += with SSL support
   DEPENDS +=+libopenssl
   VARIANT:=ssl
+  PROVIDES:=nginx
 endef
 
 Package/nginx-ssl/description = $(Package/nginx/description) \
@@ -108,6 +109,7 @@ define Package/nginx-all-module
   TITLE += with ALL module selected
   DEPENDS:=+libpcre +libopenssl +zlib +liblua +libpthread
   VARIANT:=all-module
+  PROVIDES:=nginx
 endef
 
 Package/nginx-all-module/description = $(Package/nginx/description) \
git clone https://git.99rst.org/PROJECT