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>
This commit is contained in:
Yann E. MORIN 2015-01-07 22:03:23 +01:00 committed by Thomas Petazzoni
parent 8868051262
commit 53f5e83c87

View File

@ -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