[LEDE-DEV] [PATCH] opkg: fix PKG_CONFIG_DEPENDS to include version.mk entries
Rafał Miłecki
zajec5 at gmail.com
Tue Dec 5 00:46:12 PST 2017
From: Rafał Miłecki <rafal at 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 <rafal at 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 <jo at 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
More information about the Lede-dev
mailing list