summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-14 19:42:22 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-14 19:42:22 +0200
commitd3cbd97e9ee0e55a2f77a184034ac6406dbd0ce1 (patch)
treea6656caf5fa30608532370199eae567358b8a84d
parentaf42fc95ba07da6d2bb0b95af663c2f01fe7c1eb (diff)
downloadembtoolkit-d3cbd97e9ee0e55a2f77a184034ac6406dbd0ce1.tar.gz
embtoolkit-d3cbd97e9ee0e55a2f77a184034ac6406dbd0ce1.tar.bz2
embtoolkit-d3cbd97e9ee0e55a2f77a184034ac6406dbd0ce1.tar.xz
Build system __embtk_pkg_depof macro: make it more accurate
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/mk/pkg-macros/install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mk/pkg-macros/install.mk b/core/mk/pkg-macros/install.mk
index 925d918..86619ab 100644
--- a/core/mk/pkg-macros/install.mk
+++ b/core/mk/pkg-macros/install.mk
@@ -81,7 +81,7 @@ __embtk_pkgs_nrall-y = $(words $(__embtk_pkgs_all-y))
__embtk_pkg_depof = $(strip $(sort $(___embtk_pkg_depof)))
define ___embtk_pkg_depof
$(foreach p,$(__embtk_pkgs_all-y) $(__embtk_toolchain_deps-y) $(__embtk_toolchain_predeps-y) $(__embtk_toolchain_addons-y),
- $(if $(findstring $(pkgv),$($(call PKGV,$(p)_deps))),$(p)))
+ $(if $(findstring $(pkgv)_install,$($(call PKGV,$(p)_deps))),$(p)))
endef
#