Skip to content
Snippets Groups Projects
Unverified Commit efb8475f authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: get rid of some redundant build dependencies

parent 80de4a69
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ PKG_VERSION:=$(if $(DUMP),x,$(GLUON_SITE_VERSION))
PKG_CONFIG_DEPENDS := CONFIG_GLUON_RELEASE CONFIG_GLUON_SITEDIR
PKG_FILE_DEPENDS := $(GLUON_SITEDIR)/site.conf $(GLUON_SITEDIR)/i18n/
PKG_BUILD_DEPENDS := luci-base/host lua-cjson/host
PKG_BUILD_DEPENDS := lua-cjson/host
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
......
# Dependencies for LuaSrcDiet
PKG_BUILD_DEPENDS += luci-base/host lua/host
PKG_BUILD_DEPENDS += luci-base/host
include $(INCLUDE_DIR)/package.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment