summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-04-04 10:35:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:04:43 +0100
commit66bee6afa1a12d9c6393b725993dc4dfd335f3bf (patch)
tree8a3b9c49a51bbf738d35ad5dbb765eb479b6b750 /meta/recipes-devtools/gcc/gcc-4.7.inc
parentdabf7a4b75037a9f7a0630d0e8e8d734df80960f (diff)
downloadpoky-66bee6afa1a12d9c6393b725993dc4dfd335f3bf.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: d85d15972d78b5dda7a03dd273a64305f115282b) 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 49f4010b49..a05cac99cd 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -76,6 +76,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
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://use-ml-conf-files-from-B.patch \ 77 file://use-ml-conf-files-from-B.patch \
78 file://wcast-qual-PR55383.patch \ 78 file://wcast-qual-PR55383.patch \
79 file://disable-texinfo-5.patch \
79 " 80 "
80SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762" 81SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762"
81SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084" 82SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084"