aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-05-18 19:14:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-24 11:06:28 +0100
commit13b57cab7cdd2bf967622ec5015478dc56938b8b (patch)
tree45eada61d63a3c36627c81c29f1b5bde88031e20
parentf8c0359edc2ce740e13e874ea189770ff99d1525 (diff)
downloadopenembedded-core-contrib-13b57cab7cdd2bf967622ec5015478dc56938b8b.tar.gz
prelink: Fix SRC_URI
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>
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 744a55ff39..9f6e315050 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -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 \