diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-12-16 03:09:48 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-02 20:26:05 -0800 |
commit | 1a80d91b163869c9cb1d12d502aa8bc25e8782fa (patch) | |
tree | 529388c2ee588c115c925161a7eeebbc0e15bcb5 /meta/recipes-devtools/prelink | |
parent | 8f348ccad083d6c02c200652ff6295e701e88f0d (diff) | |
download | openembedded-core-1a80d91b163869c9cb1d12d502aa8bc25e8782fa.tar.gz openembedded-core-1a80d91b163869c9cb1d12d502aa8bc25e8782fa.tar.bz2 openembedded-core-1a80d91b163869c9cb1d12d502aa8bc25e8782fa.zip |
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.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index af6de8e277..31c22efe51 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -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" |