* [PATCH] prelink: Set the branch name correctly for the revision we're using
@ 2013-12-05 13:48 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-12-05 13:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Gary Thomas
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>
---
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 744a55f..9f6e315 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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-05 13:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 13:48 [PATCH] prelink: Set the branch name correctly for the revision we're using Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox