removed recursive dependency
authorSteven Barth <steven@midlink.org>
Sun, 6 Jul 2008 15:33:42 +0000 (15:33 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 6 Jul 2008 15:33:42 +0000 (15:33 +0000)
contrib/package/luci/Makefile

index 2c0a6f10352068efe2dd76294c4769e0087255ad..6b968e38a81c68d3882c75fa12a5ba22f838ead8 100644 (file)
@@ -366,7 +366,6 @@ endef
 
 define Package/luci-sgi-cgi
   $(call Package/luci/libtemplate)
 
 define Package/luci-sgi-cgi
   $(call Package/luci/libtemplate)
-  DEPENDS+=+luci-web
   TITLE:=SGI for CGI
 endef
 
   TITLE:=SGI for CGI
 endef
 
@@ -376,7 +375,7 @@ endef
 
 define Package/luci-sgi-luci
   $(call Package/luci/libtemplate)
 
 define Package/luci-sgi-luci
   $(call Package/luci/libtemplate)
-  DEPENDS+=+luci-web +luci-httpd
+  DEPENDS+=+luci-httpd
   TITLE:=SGI for LuCI HTTPD
 endef
 
   TITLE:=SGI for LuCI HTTPD
 endef
 
@@ -386,7 +385,6 @@ endef
 
 define Package/luci-sgi-webuci
   $(call Package/luci/libtemplate)
 
 define Package/luci-sgi-webuci
   $(call Package/luci/libtemplate)
-  DEPENDS+=+luci-web
   TITLE:=SGI for Webuci
 endef
 
   TITLE:=SGI for Webuci
 endef