Commit f7dbc3a5 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent 7672b123
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_GIT
	bool "git"
	depends on BR2_LARGEFILE
	select BR2_PACKAGE_ZLIB
	help
	  Git is a free and open source distributed version control system
	  designed to handle everything from small to very large projects.
+1 −4
Original line number Diff line number Diff line
@@ -8,10 +8,7 @@ GIT_VERSION = 1.8.3
GIT_SITE            = http://git-core.googlecode.com/files/
GIT_LICENSE         = GPLv2 LGPLv2.1+
GIT_LICENSE_FILES   = COPYING LGPL-2.1

ifeq ($(BR2_PACKAGE_ZLIB),y)
	GIT_DEPENDENCIES += zlib
endif
GIT_DEPENDENCIES    = zlib host-gettext

ifeq ($(BR2_PACKAGE_OPENSSL),y)
	GIT_DEPENDENCIES += openssl