summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-07-09 09:29:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-22 23:19:43 +0100
commit4bd05821eb3aa0bae07ee8b1a0804300312728a1 (patch)
tree85b09e5b96cf98887f9f4a878a16843e147ec275 /meta/recipes-devtools/gcc/gcc-4.7.inc
parent4709168063a8d3536fdba5f52614a6813a77c130 (diff)
downloadpoky-4bd05821eb3aa0bae07ee8b1a0804300312728a1.tar.gz
gcc: add patch to disable texinfo when texinfo is 5.0 or newer
* this is needed only for 4.7 series, newer works fine with texinfo-5* [YOCTO #3947] (From OE-Core rev: e6c13c14f520162e0431d097f78d13eed4586c20) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 1a3e09b071..c28823d0ae 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -74,6 +74,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
74 file://ppc_no_crtsavres.patch \ 74 file://ppc_no_crtsavres.patch \
75 file://0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch \ 75 file://0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch \
76 file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \ 76 file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \
77 file://disable-texinfo-5.patch \
77 " 78 "
78SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762" 79SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762"
79SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084" 80SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084"