From d2e96d55ab071fddac46001d308ce834070bba2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 14 Dec 2017 09:39:18 +0100 Subject: [PATCH] opkg: fix PKG_CONFIG_DEPENDS to include version.mk entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 7b49a3b111..76557f3c34 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -23,7 +23,8 @@ PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Jo-Philipp Wich -PKG_CONFIG_DEPENDS := \ +# Extend depends from version.mk +PKG_CONFIG_DEPENDS += \ CONFIG_SIGNED_PACKAGES \ CONFIG_TARGET_INIT_PATH -- 2.30.2