nginx: remove PROVIDES on depending package 12953/head
authorpeter-stadler <53920839+peter-stadler@users.noreply.github.com>
Mon, 27 Jul 2020 20:56:12 +0000 (22:56 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 20:56:12 +0000 (22:56 +0200)
Fix recursive dependency for `make menuconfig`.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
net/nginx/Makefile

index 2f1b6c222b50c460f6fe2467f91587059e21df36..1d79112f68ae92058e58a51cd35e3d01eb048fc7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx
 PKG_VERSION:=1.19.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nginx.org/download/
@@ -305,7 +305,8 @@ define Package/nginx-mod-luci
   TITLE:=Support file for Nginx
   URL:=http://nginx.org/
   DEPENDS:=+uwsgi +uwsgi-luci-support +nginx
-  PROVIDES:=nginx-mod-luci-ssl
+  # TODO: add PROVIDES when removing nginx-mod-luci-ssl
+  # PROVIDES:=nginx-mod-luci-ssl
 endef
 
 define Package/nginx-mod-luci/description
@@ -547,7 +548,7 @@ $(eval $(call BuildPackage,nginx-mod-luci))
 
 # TODO: remove after a transition period (together with pkg nginx-util):
 # It is for smoothly substituting nginx and nginx-mod-luci-ssl (by nginx-ssl
-# respectively nginx-mod-luci).
+# respectively nginx-mod-luci). Add above commented PROVIDES when removing.
 
 Package/nginx = $(Package/nginx-ssl)