summaryrefslogtreecommitdiff
path: root/apache-commons
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-05 21:17:25 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-05 21:19:58 +0200
commit2b7536a99839543cc535c1c60a019bd2f784a847 (patch)
tree79489e9a2ec32a76ec9d0c7fc8a393862419b813 /apache-commons
parent51852f04d1971b7f41cee9dbed14d1aa9e05e25f (diff)
gbuild: add gb_ExternalProject_use_external:
Or rather, re-purpose that for consistency (and rename original to gb_ExternalProject_use_external_project), to abstract over the system/internal status of dependencies of external projects. Use it in libcdr and replace exisiting uses in apache-commons. Change-Id: Ie144600688fa884b5b6faa986c6b95bdfc1ee15c
Diffstat (limited to 'apache-commons')
-rw-r--r--apache-commons/ExternalProject_apache_commons_httpclient.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_httpclient.mk b/apache-commons/ExternalProject_apache_commons_httpclient.mk
index 9dad40dc88cf..921ae1c48768 100644
--- a/apache-commons/ExternalProject_apache_commons_httpclient.mk
+++ b/apache-commons/ExternalProject_apache_commons_httpclient.mk
@@ -14,8 +14,8 @@ $(eval $(call gb_ExternalProject_ExternalProject,apache_commons_httpclient))
$(eval $(call gb_ExternalProject_use_unpacked,apache_commons_codec,apache_commons_httpclient))
-$(eval $(call gb_ExternalProject_use_external,apache_commons_httpclient,apache_commons_codec))
-$(eval $(call gb_ExternalProject_use_external,apache_commons_httpclient,apache_commons_logging))
+$(eval $(call gb_ExternalProject_use_external,apache_commons_httpclient,commons-codec))
+$(eval $(call gb_ExternalProject_use_external,apache_commons_httpclient,commons-logging))
$(eval $(call gb_ExternalProject_register_targets,apache_commons_httpclient,\
build \