summaryrefslogtreecommitdiff
path: root/package/git
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-01-07 22:03:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-07 22:36:44 +0100
commit53f5e83c8710d8223028f36df417c73b94aac8b4 (patch)
tree2c2dc6e1447d0daf08e23e895f10ce9a5bbeb993 /package/git
parent886805126201b62865c31596746d3824edd43234 (diff)
package/git: fix dependency against curl
Our curl package is really named libcurl. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/git')
-rw-r--r--package/git/git.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/git/git.mk b/package/git/git.mk
index 57737f2a8..face062e6 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -26,7 +26,7 @@ else
endif
ifeq ($(BR2_PACKAGE_CURL),y)
- GIT_DEPENDENCIES += curl
+ GIT_DEPENDENCIES += libcurl
GIT_CONF_OPTS += --with-curl
else
GIT_CONF_OPTS += --without-curl