[oe-commits] [openembedded-core] branch master-next updated: Prelink: Fix SRC_URI and branch

git at git.openembedded.org git at git.openembedded.org
Thu Sep 6 09:37:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master-next by this push:
     new 04ce27c  Prelink: Fix SRC_URI and branch
04ce27c is described below

commit 04ce27c16892d2a241fffb94de67c98a55433f4e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 5 15:28:20 2018 -0700

    Prelink: Fix SRC_URI and branch
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 3f2a2e2..c252409 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -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 \

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


More information about the Openembedded-commits mailing list