[oe-commits] Mark Hatle : prelink: Update to latest upstream version

git version control git at git.openembedded.org
Wed Sep 7 21:57:15 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 4f401134694bbc1de532aaaab6c9a761649725a1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4f401134694bbc1de532aaaab6c9a761649725a1

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Fri Sep  2 11:52:04 2011 -0500

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.

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 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 bb95da7..1565ca6 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 \
 runtime and thus programs come up faster."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
-SRCREV = "ac461e73b17253a4da25c5aafeac7193b553156c"
+SRCREV = "964f6eba613bf1c791a2a0b858cd044f05e2f151"
 PV = "1.0+git${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 #
 # The cron script attempts to re-prelink the system daily -- on





More information about the Openembedded-commits mailing list