projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b9d9d
)
opkg: fix PKG_CONFIG_DEPENDS to include version.mk entries
author
Rafał Miłecki
<rafal@milecki.pl>
Thu, 14 Dec 2017 08:39:18 +0000
(09:39 +0100)
committer
John Crispin
<john@phrozen.org>
Thu, 14 Dec 2017 08:39:40 +0000
(09:39 +0100)
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>
package/system/opkg/Makefile
patch
|
blob
|
history
diff --git
a/package/system/opkg/Makefile
b/package/system/opkg/Makefile
index 7b49a3b111234a8ec6edd568ff2fb7940aea2920..76557f3c343df9597f894548f7478fdd2cea392a 100644
(file)
--- a/
package/system/opkg/Makefile
+++ b/
package/system/opkg/Makefile
@@
-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