From: Rafał Miłecki Date: Thu, 14 Dec 2017 08:39:18 +0000 (+0100) Subject: opkg: fix PKG_CONFIG_DEPENDS to include version.mk entries X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2e96d55ab071fddac46001d308ce834070bba2c;p=librecmc%2Flibrecmc.git opkg: 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 --- 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