build: get rid of some redundant build dependencies

This commit is contained in:
Matthias Schiffer 2017-01-19 17:30:26 +01:00
parent 80de4a69e3
commit efb8475f45
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
# Dependencies for LuaSrcDiet
PKG_BUILD_DEPENDS += luci-base/host lua/host
PKG_BUILD_DEPENDS += luci-base/host
include $(INCLUDE_DIR)/package.mk