diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-04-04 10:35:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:03:44 +0100 |
commit | d85d15972d78b5dda7a03dd273a64305f115282b (patch) | |
tree | d57c8395c8d9f1a980dbc439b6f2dabdc02364d4 /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | af65260dbf17fcd47b6630db473d95f2f3225d68 (diff) | |
download | openembedded-core-d85d15972d78b5dda7a03dd273a64305f115282b.tar.gz openembedded-core-d85d15972d78b5dda7a03dd273a64305f115282b.tar.bz2 openembedded-core-d85d15972d78b5dda7a03dd273a64305f115282b.zip |
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]
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.inc | 1 |
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 \ file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \ file://use-ml-conf-files-from-B.patch \ file://wcast-qual-PR55383.patch \ + file://disable-texinfo-5.patch \ " SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762" SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084" |