aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 13:48:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 16:26:21 +0000
commit109166f1c0a84bcbbcd9d6adff7c16ddee08b08b (patch)
tree8db15b54162488f1c0e51c2e4264060ec36b2111 /meta/recipes-devtools/prelink
parent33bcc9361fa732c36d92128c7f23a308f455297c (diff)
downloadopenembedded-core-109166f1c0a84bcbbcd9d6adff7c16ddee08b08b.tar.gz
prelink: Set the branch name correctly for the revision we're using
The revision specified is on the cross_prelink branch so mark the url accordingly else the fetch can fail in the no network case. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-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 \