[oe-commits] Mark Hatle : Uprev to latest version of prelink_git, fixing TLS issues

git version control git at git.openembedded.org
Thu Sep 15 10:24:05 UTC 2011


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

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Tue Sep 13 19:38:02 2011 -0500

Uprev to latest version of prelink_git, fixing TLS issues

[YOCTO #1473]

>From the upstream cross prelink respository:

    Fix printf typecast problem

    Without this fix the printed TLS(...) information is incorrect, which
    causes the core prelinker code to incorrectly prelink.  This bug triggers
    primarily on x86 (32-bit) hosts, targeting x86 (32-bit) targets and arm
    targets.

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 1565ca6..af6de8e 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 = "964f6eba613bf1c791a2a0b858cd044f05e2f151"
+SRCREV = "3e3f9b0876aa5ac83a783a95b8bab52cb38ed785"
 PV = "1.0+git${SRCPV}"
-PR = "r6"
+PR = "r7"
 
 #
 # The cron script attempts to re-prelink the system daily -- on





More information about the Openembedded-commits mailing list