summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/git/git_1.8.1.2.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-01-31 14:59:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-01 15:51:32 +0000
commitf07be36a5f699d08d0c018fb7ec327d6a509d76d (patch)
tree72338c92d1a738bcd38b7c49ae2e7cf9b228daec /meta/recipes-devtools/git/git_1.8.1.2.bb
parentd3c6125001516955faf8fa52032cb18681238916 (diff)
downloadopenembedded-core-f07be36a5f699d08d0c018fb7ec327d6a509d76d.tar.gz
openembedded-core-f07be36a5f699d08d0c018fb7ec327d6a509d76d.tar.bz2
openembedded-core-f07be36a5f699d08d0c018fb7ec327d6a509d76d.zip
git: updated to 1.8.1.2
(From OE-Core rev: 81942e454e4c5aadf640dd3b2431f5726330c52d) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git_1.8.1.2.bb')
-rw-r--r--meta/recipes-devtools/git/git_1.8.1.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_1.8.1.2.bb b/meta/recipes-devtools/git/git_1.8.1.2.bb
new file mode 100644
index 0000000000..200a79e645
--- /dev/null
+++ b/meta/recipes-devtools/git/git_1.8.1.2.bb
@@ -0,0 +1,12 @@
+require git.inc
+
+PR = "r0"
+
+SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
+SRC_URI[md5sum] = "9f912370a1831c851ff8df171e8a7218"
+SRC_URI[sha256sum] = "07d210a37deec465b4d00e4907c732dee5c5d23c7d90c1b582e7ab754bcf24c7"
+
+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"