From 8e3046d8bdd52de5bdca7aba9fbf44743929ccf0 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 10 Nov 2010 20:35:31 -0800 Subject: git: Update recipe for git to include configure options Updated LICENSE Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold --- meta/recipes-devtools/git/git.inc | 6 ++++-- meta/recipes-devtools/git/git_1.7.2.1.bb | 7 ++++++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/git') 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 } diff --git a/meta/recipes-devtools/git/git_1.7.2.1.bb b/meta/recipes-devtools/git/git_1.7.2.1.bb index 7f822f69b3..c8aad2e18e 100644 --- a/meta/recipes-devtools/git/git_1.7.2.1.bb +++ b/meta/recipes-devtools/git/git_1.7.2.1.bb @@ -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} \ + " + -- cgit v1.2.3-54-g00ecf