mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
git: upgrade to 1.8.4.2
(From OE-Core rev: 0288d4337533e32124ff040701d2ef012970e8f2) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a2e3baad89
commit
039b8ec125
10
meta/recipes-devtools/git/git_1.8.4.2.bb
Normal file
10
meta/recipes-devtools/git/git_1.8.4.2.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
require git.inc
|
||||
|
||||
SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "6f63d103465b86ca0ebe4189ea54731c"
|
||||
SRC_URI[sha256sum] = "6732278ce4870b314cfd83500ec15d5ee7a868be5b96549022d6f0972bf3dd2a"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user