]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: Fix SRC_URI and branch
authorKhem Raj <raj.khem@gmail.com>
Wed, 5 Sep 2018 22:28:20 +0000 (15:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Sep 2018 09:35:55 +0000 (10:35 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/prelink/prelink_git.bb

index 3f2a2e227d6259044c923ff1d59297d2a47c78d1..c252409bc254c50ae587a8d2582ae4b28708e5bd 100644 (file)
@@ -9,7 +9,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 = "a853a5d715d84eec93aa68e8f2df26b7d860f5b2"
+SRCREV = "1f2b5469d1a10e9bfd53aafb8501b361ef08bcb0"
 PV = "1.0+git${SRCPV}"
 
 #
@@ -27,7 +27,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default"
 
 PACKAGES =+ "${PN}-cron"
 
-SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_staging \
+SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \
            file://prelink.conf \
            file://prelink.cron.daily \
            file://prelink.default \