summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-09-13 19:38:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-15 11:23:56 +0100
commit90ded12e485657f776fa9dac6567c9c84c28fa63 (patch)
treec78f5834b2f1d748482977f6637e798ee582861d /meta/recipes-devtools/prelink
parentce66e2c6bd117d1a40b547b10b376524f9276d16 (diff)
downloadpoky-90ded12e485657f776fa9dac6567c9c84c28fa63.tar.gz
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. (From OE-Core rev: 2fc778068ebbd97b0fb473fb35a3eca03da86542) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb4
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 1565ca6929..af6de8e277 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 \
8runtime and thus programs come up faster." 8runtime and thus programs come up faster."
9LICENSE = "GPLv2" 9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" 10LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
11SRCREV = "964f6eba613bf1c791a2a0b858cd044f05e2f151" 11SRCREV = "3e3f9b0876aa5ac83a783a95b8bab52cb38ed785"
12PV = "1.0+git${SRCPV}" 12PV = "1.0+git${SRCPV}"
13PR = "r6" 13PR = "r7"
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