summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git_2.2.1.bb
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2015-02-10 14:17:37 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 08:41:00 +0000
commit9aafb028313b185250b518bfa28bbfdca3183b1a (patch)
treeec86fcb31c61df9a66e3afbe07e1d4553373f49a /meta/recipes-devtools/git/git_2.2.1.bb
parentaf7fc22af08f758880a57139d392ef06678d9382 (diff)
downloadpoky-9aafb028313b185250b518bfa28bbfdca3183b1a.tar.gz
git: expand recipe to take advantage of pre-gen'd manpages
These could be created from scratch from git itself, but it requires asciidoc, xsltproc, python bits and too much other baggage. Since the git folks issue a tarball with the manpages for each release, it is simpler to just go get that. (From OE-Core rev: 9aba4bf2143c228d58aac06764f87ace5dd21d02) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git_2.2.1.bb')
-rw-r--r--meta/recipes-devtools/git/git_2.2.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_2.2.1.bb b/meta/recipes-devtools/git/git_2.2.1.bb
index 2d47cda775..d1fcb27587 100644
--- a/meta/recipes-devtools/git/git_2.2.1.bb
+++ b/meta/recipes-devtools/git/git_2.2.1.bb
@@ -1,7 +1,9 @@
1require git.inc 1require git.inc
2 2
3SRC_URI[md5sum] = "ff41fdb094eed1ec430aed8ee9b9849c" 3SRC_URI[tarball.md5sum] = "ff41fdb094eed1ec430aed8ee9b9849c"
4SRC_URI[sha256sum] = "367a77d0b10a5070b02a0fb0e942f26f25af61793128e0ddfd5c5c474de93589" 4SRC_URI[tarball.sha256sum] = "367a77d0b10a5070b02a0fb0e942f26f25af61793128e0ddfd5c5c474de93589"
5SRC_URI[manpages.md5sum] = "b5ddd262b608804ba4403f0f82d881d7"
6SRC_URI[manpages.sha256sum] = "69dcb3decdb33dd35491935e80f71c40c576b536df4223eb98d5f7ccd9643293"
5 7
6EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ 8EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
7 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ 9 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \