summaryrefslogtreecommitdiffstats
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:32 +0100
commit7c3f509c065960fed9445cd73e350b7c7ddfd521 (patch)
tree5a98966769b80e3ded52f1e4ca6b2dbe9fab4814
parent05f172c745799a34aa8c530ac88b25c0081c15d8 (diff)
downloadpoky-7c3f509c065960fed9445cd73e350b7c7ddfd521.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 (From OE-Core rev: 13b57cab7cdd2bf967622ec5015478dc56938b8b) 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"
26 26
27PACKAGES =+ "${PN}-cron" 27PACKAGES =+ "${PN}-cron"
28 28
29SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \ 29SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \
30 file://prelink.conf \ 30 file://prelink.conf \
31 file://prelink.cron.daily \ 31 file://prelink.cron.daily \
32 file://prelink.default \ 32 file://prelink.default \