aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git_1.8.3.4.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-07-30 11:38:19 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-01 21:57:54 -0700
commit7398e4f1141e14903d4eaabb922822a35c07c037 (patch)
tree3795504b5cbf9f3210ace422561f6f8578289217 /meta/recipes-devtools/git/git_1.8.3.4.bb
parent24f73cbd1847293ad5dce3199f40d67546856c78 (diff)
downloadopenembedded-core-7398e4f1141e14903d4eaabb922822a35c07c037.tar.gz
git: upgrade to 1.8.3.4
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/git/git_1.8.3.4.bb')
-rw-r--r--meta/recipes-devtools/git/git_1.8.3.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_1.8.3.4.bb b/meta/recipes-devtools/git/git_1.8.3.4.bb
new file mode 100644
index 0000000000..124a98edb6
--- /dev/null
+++ b/meta/recipes-devtools/git/git_1.8.3.4.bb
@@ -0,0 +1,10 @@
+require git.inc
+
+SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
+SRC_URI[md5sum] = "80eec3201a5d012913d287b85adaee8e"
+SRC_URI[sha256sum] = "dfa2cdf2df92b4abe956b1e7586030381c4e39e89161ab789a660d8d1f24d9d9"
+
+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} \
+ "
+EXTRA_OEMAKE += "NO_GETTEXT=1"