From 09a70c55e590d169b8a3b4b89853c96b7b977fc0 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 13 Jan 2012 11:41:07 -0600 Subject: prelink: Update to latest version The latest version of prelink corrects a problem when attempting to prelink MIPS architectures. 2012-01-04 Mark Hatle * 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] Signed-off-by: Mark Hatle --- meta/recipes-devtools/prelink/prelink_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/prelink') 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 \ runtime and thus programs come up faster." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" -SRCREV = "bb1b660c5e3859b6c5a2ac8d739713e9989a4dd7" +SRCREV = "7b47f2f8a15ed13b7905bc120bb2586f3e164f7d" PV = "1.0+git${SRCPV}" -PR = "r8" +PR = "r9" # # The cron script attempts to re-prelink the system daily -- on -- cgit 1.2.3-korg