git: Update recipe for git to include configure options
authorSaul Wold <Saul.Wold@intel.com>
Thu, 11 Nov 2010 04:35:31 +0000 (20:35 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Nov 2010 05:08:23 +0000 (21:08 -0800)
Updated LICENSE
Added LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-devtools/git/git.inc
meta/recipes-devtools/git/git_1.7.2.1.bb

index 5d72df5..da4541d 100644 (file)
@@ -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
 }
index 7f822f6..c8aad2e 100644 (file)
@@ -1,3 +1,8 @@
 require git.inc
 
-PR = "r2"
+PR = "r3"
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+