mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b6b909abd8
commit
3287e4be35
@@ -3105,9 +3105,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-perl = "Nov 16, 2011"
|
||||
RECIPE_MAINTAINER_pn-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-prelink="green"
|
||||
RECIPE_LATEST_VERSION_pn-prelink="1.0+git0+0xbb1b660c5e3859b6c5a2ac8d739713e9989a4dd7"
|
||||
RECIPE_LAST_UPDATE_pn-prelink = "Dec 15, 2011"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-prelink = "Dec 15, 2011"
|
||||
RECIPE_LATEST_VERSION_pn-prelink="1.0+git0+0x7b47f2f8a15ed13b7905bc120bb2586f3e164f7d"
|
||||
RECIPE_LAST_UPDATE_pn-prelink = "Jan 13, 2012"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-prelink = "Jan 13, 2012"
|
||||
RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@windriver.com>"
|
||||
|
||||
RECIPE_STATUS_pn-python-dbus="green"
|
||||
|
||||
Reference in New Issue
Block a user