diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-11-02 09:09:47 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-12 08:42:30 +0000 |
commit | ed8269010c70bb4d3ee6ace94c83abe3dfbe23c7 (patch) | |
tree | b1b3e184277bcb31412a755dd787d81027936e2d | |
parent | 9a620dada4f0730a5fb6a71c5532f2618fd4cb9f (diff) | |
download | poky-ed8269010c70bb4d3ee6ace94c83abe3dfbe23c7.tar.gz |
prelink: Fix various prelink issues on IA32, ARM, and MIPS.
Fix the following issues:
IA32 / ARM - Resync to glibc-2.22, fix a mismatch w/ glibc's ld.so
MIPS - Ignore the new SHT_MIPS_ABIFLAGS
ARM - Fix missing ARM IFUNC support chunk
Also upstream prelink project no longer has a 'trunk' directory.
(From OE-Core master rev: c725328f2ab5c9b220c552ed37c0d24b098a218d)
(From OE-Core rev: de7f25e9d67b150db4780bb82ef9481982e81312)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 79a5f50110..e223ef6897 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -8,7 +8,7 @@ and executables, so that far fewer relocations need to be resolved at \ | |||
8 | runtime and thus programs come up faster." | 8 | runtime and thus programs come up faster." |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
11 | SRCREV = "cdee5a4dd226cc5e9f30f370067a9031f398ef3c" | 11 | SRCREV = "927979bbd115eeb8a75db3231906ef6aca4c4eb6" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | # | 14 | # |
@@ -35,7 +35,7 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \ | |||
35 | TARGET_OS_ORIG := "${TARGET_OS}" | 35 | TARGET_OS_ORIG := "${TARGET_OS}" |
36 | OVERRIDES_append = ":${TARGET_OS_ORIG}" | 36 | OVERRIDES_append = ":${TARGET_OS_ORIG}" |
37 | 37 | ||
38 | S = "${WORKDIR}/git/trunk" | 38 | S = "${WORKDIR}/git" |
39 | 39 | ||
40 | inherit autotools | 40 | inherit autotools |
41 | 41 | ||