summaryrefslogtreecommitdiffstats
path: root/meta/packages/git/git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/git/git.inc')
-rw-r--r--meta/packages/git/git.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/git/git.inc b/meta/packages/git/git.inc
index 3e87811582..5d72df59d1 100644
--- a/meta/packages/git/git.inc
+++ b/meta/packages/git/git.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "The git revision control system used by the Linux kernel developers" 1DESCRIPTION = "The git revision control system used by the Linux kernel developers"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "perl-native" 4DEPENDS = "perl-native openssl curl zlib expat"
5 5
6SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ 6SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
7 file://autotools.patch;patch=1" 7 file://autotools.patch;patch=1"
@@ -18,3 +18,5 @@ do_install () {
18} 18}
19 19
20FILES_${PN} += "${datadir}/git-core" 20FILES_${PN} += "${datadir}/git-core"
21
22BBCLASSEXTEND = "native"