diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 13:22:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-23 16:20:14 +0100 |
commit | ae8e3b65755d3941f50bd96d4b5d878e901f08d0 (patch) | |
tree | 760262038bf2f74cafc34853808bb6ed9d5b25a3 /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | 9f67e31ab2ad0a67b0a66f2d2de182cc92bdb8d4 (diff) | |
download | poky-ae8e3b65755d3941f50bd96d4b5d878e901f08d0.tar.gz |
gcc-4.8: Add two patches to deal with cross-canadian build failures
See the patch headers for more information about the cross-canadian build failures
these patches avoid.
(From OE-Core rev: 2bae60b8a3cb7783c06e35a2962e56110e876957)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.8.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 9d92edabc3..e66bdaf28c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -72,6 +72,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
72 | file://0040-fix-g++-sysroot.patch \ | 72 | file://0040-fix-g++-sysroot.patch \ |
73 | file://0041-libtool-avoid-libdir.patch \ | 73 | file://0041-libtool-avoid-libdir.patch \ |
74 | file://0042-pr57748.patch \ | 74 | file://0042-pr57748.patch \ |
75 | file://0043-cpp.patch \ | ||
76 | file://0044-gengtypes.patch \ | ||
75 | " | 77 | " |
76 | SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" | 78 | SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" |
77 | SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" | 79 | SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" |