summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-13 11:41:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:25 +0000
commit3287e4be35818e5973622d9500dd92ac27bb2e1e (patch)
tree952410d9be6deb8a1198bdda0bafe1b0bbfed70f /meta/recipes-devtools/prelink
parentb6b909abd828425db120225e9914e03359e4b81d (diff)
downloadpoky-3287e4be35818e5973622d9500dd92ac27bb2e1e.tar.gz
prelink: Update to latest version
The latest version of prelink corrects a problem when attempting to prelink MIPS architectures. 2012-01-04 Mark Hatle <mark.hatle@windriver.com> * exec.c: Check that a section is larger then 0 bytes when determining the section to segment mapping. This matches the behavior of elfutils - readelf. Otherwise an empty PROGBITS section at the end of a segment will cause a failure. [YOCTO #1463] (From OE-Core rev: 09a70c55e590d169b8a3b4b89853c96b7b977fc0) 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 17141e9b06..c94bdf5c1f 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 = "bb1b660c5e3859b6c5a2ac8d739713e9989a4dd7" 11SRCREV = "7b47f2f8a15ed13b7905bc120bb2586f3e164f7d"
12PV = "1.0+git${SRCPV}" 12PV = "1.0+git${SRCPV}"
13PR = "r8" 13PR = "r9"
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