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 <rafal@milecki.pl>
This commit is contained in:
parent
f4b9d9d6f1
commit
d2e96d55ab
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ PKG_LICENSE_FILES:=COPYING
|
|||
|
||||
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
|
||||
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
# Extend depends from version.mk
|
||||
PKG_CONFIG_DEPENDS += \
|
||||
CONFIG_SIGNED_PACKAGES \
|
||||
CONFIG_TARGET_INIT_PATH
|
||||
|
||||
|
|
Loading…
Reference in a new issue