]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: Fix SRC_URI
authorKhem Raj <raj.khem@gmail.com>
Mon, 19 May 2014 02:14:32 +0000 (19:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jun 2014 10:06:28 +0000 (11:06 +0100)
The SHA we use it actually on cross_prelink branch
if you do not use yocto source mirrors then the fetch
for prelink on dora fails due to missing branch in SRC_URI

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/prelink/prelink_git.bb

index 744a55ff39ccb3b7ae4db4703ef47a3be2637330..9f6e315050c06531c6333e6be6ba6880966e6af5 100644 (file)
@@ -26,7 +26,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default"
 
 PACKAGES =+ "${PN}-cron"
 
-SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \
+SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \
            file://prelink.conf \
            file://prelink.cron.daily \
            file://prelink.default \