aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-10 20:35:31 -0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:08:23 -0800
commit8e3046d8bdd52de5bdca7aba9fbf44743929ccf0 (patch)
tree817376084b1a1bc40081a9cf02cdf2027e4dfe01 /meta/recipes-devtools/git/git.inc
parentd64c7ae88ca29def7dd2869acaa0e2ec047bd153 (diff)
downloadopenembedded-core-contrib-8e3046d8bdd52de5bdca7aba9fbf44743929ccf0.tar.gz
git: Update recipe for git to include configure options
Updated LICENSE Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 5d72df59d1..da4541dd40 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -1,18 +1,20 @@
DESCRIPTION = "The git revision control system used by the Linux kernel developers"
SECTION = "console/utils"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
DEPENDS = "perl-native openssl curl zlib expat"
SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
file://autotools.patch;patch=1"
S = "${WORKDIR}/git-${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1"
+
EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl --without-tcltk"
inherit autotools
do_install () {
- oe_runmake install prefix=${D} bindir=${D}${bindir} \
+ oe_runmake install prefix=${D} bindir=${D}${bindir} gitexecdir=${D}${gitexecdir} \
template_dir=${D}${datadir}/git-core/templates \
GIT_PYTHON_DIR=${D}${datadir}/git-core/python
}