[oe-commits] [openembedded-core] 01/04: prelink: Move to latest version of prelink

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 15:52:38 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dbfd0086d30c5436ad2ebdc0d7d57182ee163435
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Mon Aug 15 16:27:18 2016 -0500

    prelink: Move to latest version of prelink
    
    * Uprev rtld emulation to glibc-2.23
    * Fix compilation warnings
    * Add additional debug scopes
    * Change rtld build_local_scope to be breadth-first
    * Fix LD_PRELOAD emulation
    * Change function reordering to work with latest binutils
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/prelink/prelink_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index e223ef6..5f72b2a 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 = "927979bbd115eeb8a75db3231906ef6aca4c4eb6"
+SRCREV = "33be255d62af533189f1f7bc66c06602b703980a"
 PV = "1.0+git${SRCPV}"
 
 #
@@ -26,7 +26,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default"
 
 PACKAGES =+ "${PN}-cron"
 
-SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \
+SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_staging \
            file://prelink.conf \
            file://prelink.cron.daily \
            file://prelink.default \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list