From: Rafał Miłecki <ra...@milecki.pl>

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 <ra...@milecki.pl>
---
 package/system/opkg/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 499de217cc..b213e5e445 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -27,7 +27,8 @@ PKG_MAINTAINER:=Jo-Philipp Wich <j...@mein.io>
 
 PKG_FLAGS := nonshared
 
-PKG_CONFIG_DEPENDS := \
+# Extend depends from version.mk
+PKG_CONFIG_DEPENDS += \
        CONFIG_SIGNED_PACKAGES \
        CONFIG_TARGET_INIT_PATH \
        CONFIG_PER_FEED_REPO \
-- 
2.11.0


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to