diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-12-02 16:35:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-07 10:36:12 +0000 |
commit | 963d949cacdd1fed7b2fbe121526da7986a7c758 (patch) | |
tree | 542acce0cf03a5c188046d862fa0e25bf499fea3 /meta/recipes-devtools/git/git_2.11.0.bb | |
parent | 0df38dfc0180ac6f25c570202ec9a2af2ab1c24f (diff) | |
download | openembedded-core-963d949cacdd1fed7b2fbe121526da7986a7c758.tar.gz openembedded-core-963d949cacdd1fed7b2fbe121526da7986a7c758.tar.bz2 openembedded-core-963d949cacdd1fed7b2fbe121526da7986a7c758.zip |
git: upgrade to 2.11.0
Upgrade git to 2.11.0.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/git/git_2.11.0.bb')
-rw-r--r-- | meta/recipes-devtools/git/git_2.11.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.11.0.bb b/meta/recipes-devtools/git/git_2.11.0.bb new file mode 100644 index 0000000000..0ca8a38567 --- /dev/null +++ b/meta/recipes-devtools/git/git_2.11.0.bb @@ -0,0 +1,11 @@ +require git.inc + +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ + ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ + " +EXTRA_OEMAKE += "NO_GETTEXT=1" + +SRC_URI[tarball.md5sum] = "eac9324afcf4c95ab11acb2e2283e376" +SRC_URI[tarball.sha256sum] = "d3be9961c799562565f158ce5b836e2b90f38502d3992a115dfb653d7825fd7e" +SRC_URI[manpages.md5sum] = "cc86bfaf75174e3c8a10615e97bf3e55" +SRC_URI[manpages.sha256sum] = "437a0128acd707edce24e1a310ab2f09f9a09ee42de58a8e7641362012dcfe22" |