mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 06:39:53 +00:00
git: upgrade to 1.8.5.2
* Upgrade to 1.8.5.2 * Remove the SRC_URI from the git.inc since we use the one in git_1.8.5.2.bb (From OE-Core rev: 89e721830f2b2840d62e613c4bc89eca1fffd03a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
52b9309b7a
commit
19fc2ed0ce
@@ -0,0 +1,11 @@
|
||||
require git.inc
|
||||
|
||||
SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "df8519044f9880f3687d863d99245282"
|
||||
SRC_URI[sha256sum] = "024694524b8be91fe29afca65bc3a9e40de1322dd5ef2b2c0babb6849c913e8a"
|
||||
|
||||
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