aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-06-16 13:23:22 +0200
committerRafał Miłecki <rafal@milecki.pl>2017-06-26 23:47:12 +0200
commit761e6087ed6d2c41a51f4bc5b91539857e324ac7 (patch)
tree739894f5dc3d394549218f7ece7332a80fa0a9bb /package/base-files
parentf197a2a4c92499f13697f6c40136bad08b7b157c (diff)
downloadupstream-761e6087ed6d2c41a51f4bc5b91539857e324ac7.tar.gz
upstream-761e6087ed6d2c41a51f4bc5b91539857e324ac7.tar.bz2
upstream-761e6087ed6d2c41a51f4bc5b91539857e324ac7.zip
base-files: fix PKG_CONFIG_DEPENDS to include version.mk entries
Including version.mk sets PKG_CONFIG_DEPENDS to config entries used for VERSION_SED command. We should keep these configs to make sure package gets refreshed when needed. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index ac3fe2f52b..305d0bfd33 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -18,7 +18,8 @@ PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=usign/host
PKG_LICENSE:=GPL-2.0
-PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE
+# Extend depends from version.mk
+PKG_CONFIG_DEPENDS += CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE
include $(INCLUDE_DIR)/package.mk