From 45d0819dafd5ad46f98ba45f47f24cd8111e22c9 Mon Sep 17 00:00:00 2001 From: George McCollister Date: Tue, 16 Jun 2015 13:12:34 -0500 Subject: binutils: fix native builds when host has gcc5 Cherry pick upstream commit to fix -Werror=logical-not-parentheses error when building with native gcc5. (From OE-Core rev: b3bd0dba3139a3e79bfcebe137248c7bdcadf04d) Signed-off-by: George McCollister Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils-2.24.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/binutils/binutils-2.24.inc') diff --git a/meta/recipes-devtools/binutils/binutils-2.24.inc b/meta/recipes-devtools/binutils/binutils-2.24.inc index 63c9287..2fb56eb 100644 --- a/meta/recipes-devtools/binutils/binutils-2.24.inc +++ b/meta/recipes-devtools/binutils/binutils-2.24.inc @@ -40,6 +40,7 @@ SRC_URI = "\ file://binutils_CVE-2014-8503.patch \ file://binutils_CVE-2014-8504.patch \ file://binutils_CVE-2014-8737.patch \ + file://Fix-tc-i386.c-Werror-logical-not-parentheses-error.patch \ " SRC_URI[md5sum] = "e0f71a7b2ddab0f8612336ac81d9636b" -- cgit v1.1