From 6c183aed401f7228ba6667e170c0642d86706e0f Mon Sep 17 00:00:00 2001 From: Sagaert Johan Date: Sun, 26 May 2013 09:38:32 +0000 Subject: git: new package [Peter: needs largefile, fix license info] Signed-off-by: Sagaert Johan Signed-off-by: Spenser Gilliland Signed-off-by: Peter Korsgaard --- package/git/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/git/Config.in (limited to 'package/git/Config.in') diff --git a/package/git/Config.in b/package/git/Config.in new file mode 100644 index 000000000..31e5ffe5d --- /dev/null +++ b/package/git/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_GIT + bool "git" + depends on BR2_LARGEFILE + help + Git is a free and open source distributed version control system + designed to handle everything from small to very large projects. + + http://git-scm.com + +comment "git requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE -- cgit v1.2.3