diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-07-18 21:22:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-24 16:33:46 +0100 |
commit | 433d240084edd47f894b310a105ca91140b29deb (patch) | |
tree | 21095d61dcdc68a2bd07225ed273a5dce653f449 /meta/recipes-devtools/binutils/binutils.inc | |
parent | a926dd6cdd66ada6febf9638a1916dc988c6e1c8 (diff) | |
download | poky-433d240084edd47f894b310a105ca91140b29deb.tar.gz |
binutils: Upgrade to 2.37 branch
This is next/latest release branch for binutils
Drop backports and CVE fixes which already are applied upstream
bfd_stdint.h has been removed in favor of using stdint.h
(From OE-Core rev: 08cd144fc4b5ac34ff99f71b1d825cbff96b642c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 81891963c8..e15a12b93e 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -170,8 +170,6 @@ do_install () { | |||
170 | done | 170 | done |
171 | 171 | ||
172 | oe_multilib_header bfd.h | 172 | oe_multilib_header bfd.h |
173 | # bfd_stdint.h encodes the compiler name in the header | ||
174 | sed -i ${D}${includedir}/bfd_stdint.h -e "s,${TARGET_PREFIX},," | ||
175 | } | 173 | } |
176 | 174 | ||
177 | inherit update-alternatives | 175 | inherit update-alternatives |