mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
prelink: update to latest git version
New version includes: 2011-12-08 Mark Hatle <mark.hatle@windriver.com> * rtld/rtld.c: Fix an issue where missing objects would trigger an assert in dl-version.c * rtld/rtld.h: Add _dl_new_object prototype * rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB. Note: $PLATFORM = "" These fixes are needed to prevent prelink-rtld from crashing when running the new unsafe-references-in-binaries QA test. (From OE-Core rev: 1a80d91b163869c9cb1d12d502aa8bc25e8782fa) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f5aa3bbda6
commit
551ffe9ed7
@@ -8,7 +8,7 @@ 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 = "3e3f9b0876aa5ac83a783a95b8bab52cb38ed785"
|
||||
SRCREV = "bb1b660c5e3859b6c5a2ac8d739713e9989a4dd7"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user