diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-09-02 11:52:04 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 22:54:15 +0100 |
commit | 939b9c80a65976737c044cd5be5503ecca523f97 (patch) | |
tree | f600611d992ceb11159a909a1ae145189a9178e3 /meta | |
parent | f048ccd677a6b0ba8b1465da87e84c66d97d9919 (diff) | |
download | poky-939b9c80a65976737c044cd5be5503ecca523f97.tar.gz |
prelink: Update to latest upstream version
[YOCTO #1374] - Fixes underlying issue
[YOCTO #1331] - Detects bad GNU_HASH tables
Update to the latest upstream version. This includes a number of
generic fixes, as well as a complete refresh of the prelink-rtld.
(Prelink-rtld is similar to the ld.so/ldd functionality on a normal
system.)
The new prelink-rtld update syncs to eglibc-2.13 and enables new
symbol resolution, include GNU_UNIQUE, that was causing problems on
x86_64 and potentially other architectures with C++.
An assert has been added to also detect a bad GNU_HASH situation
which was detected on some PPC64 systems. The underlying problem is
within the toolchain, however prelink was making it worse leaving the
problem undetected.
(From OE-Core rev: 4f401134694bbc1de532aaaab6c9a761649725a1)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 bb95da70b2..1565ca6929 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -8,9 +8,9 @@ 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 = "ac461e73b17253a4da25c5aafeac7193b553156c" | 11 | SRCREV = "964f6eba613bf1c791a2a0b858cd044f05e2f151" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | PR = "r5" | 13 | PR = "r6" |
14 | 14 | ||
15 | # | 15 | # |
16 | # The cron script attempts to re-prelink the system daily -- on | 16 | # The cron script attempts to re-prelink the system daily -- on |