summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git_1.7.2.1.bb
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_1.7.2.1.bb
parentd64c7ae88ca29def7dd2869acaa0e2ec047bd153 (diff)
downloadpoky-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_1.7.2.1.bb')
-rw-r--r--meta/recipes-devtools/git/git_1.7.2.1.bb7
1 files changed, 6 insertions, 1 deletions
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 @@
1require git.inc 1require git.inc
2 2
3PR = "r2" 3PR = "r3"
4
5EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
6 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
7 "
8