summaryrefslogtreecommitdiff
path: root/solenv/gbuild/ExternalProject.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-05 17:35:47 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-05 17:35:47 +0200
commitff12d3033b9284a779ea32f7cbf20d840b1995f2 (patch)
tree6672328fac532bd0bcdb502b9d7cf696e4b7e531 /solenv/gbuild/ExternalProject.mk
parent53b7bdc787a1bca69066df2435b6e1c3fa541759 (diff)
gbuild: implement gb_ExternalProject_use_externals
Change-Id: Ie6eed251a5034d9761abca75506b677af394d945
Diffstat (limited to 'solenv/gbuild/ExternalProject.mk')
-rw-r--r--solenv/gbuild/ExternalProject.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 0680d75e9fa2..9ed1db74903f 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -109,6 +109,10 @@ $(call gb_ExternalProject_get_preparation_target,$(1)) : $(call gb_ExternalProje
endef
+define gb_ExternalProject_use_externals
+$(foreach external,$(2),$(call gb_ExternalProject_use_external,$(1),$(2)))
+endef
+
# Make an external project depend on a package
#
# This is most useful for depending on output files created by another