diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-06-09 09:42:59 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:49:49 +0100 |
| commit | 00330a3ad0db9437a5bcb3b71fe00bed4e085768 (patch) | |
| tree | 9880d7b6bb2838ee131a2e6dbab563b9553a1b10 /meta/recipes-devtools/binutils/binutils_2.22.bb | |
| parent | 665f9083875a79aa8ba1690cb3b4f315d17738e5 (diff) | |
| download | poky-00330a3ad0db9437a5bcb3b71fe00bed4e085768.tar.gz | |
binutils_2.22: Backport to fix bogus textrels
This is reported by prelinker which does not
go well with textrels.
(From OE-Core rev: 7b1caeca8e5c0dd066bb940fe6d2dff4d22bf816)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.22.bb')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.22.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb index 9f62883ff3..7b6adef122 100644 --- a/meta/recipes-devtools/binutils/binutils_2.22.bb +++ b/meta/recipes-devtools/binutils/binutils_2.22.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require binutils.inc | 1 | require binutils.inc |
| 2 | 2 | ||
| 3 | PR = "r8" | 3 | PR = "r9" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM="\ | 5 | LIC_FILES_CHKSUM="\ |
| 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ |
| @@ -32,6 +32,7 @@ SRC_URI = "\ | |||
| 32 | file://binutils-powerpc-e5500.patch \ | 32 | file://binutils-powerpc-e5500.patch \ |
| 33 | file://binutils-armv5e.patch \ | 33 | file://binutils-armv5e.patch \ |
| 34 | file://mips64-default-ld-emulation.patch \ | 34 | file://mips64-default-ld-emulation.patch \ |
| 35 | file://0001-PR-ld-13470.patch \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | SRC_URI[md5sum] = "ee0f10756c84979622b992a4a61ea3f5" | 38 | SRC_URI[md5sum] = "ee0f10756c84979622b992a4a61ea3f5" |
