diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 13:48:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 16:27:12 +0000 |
commit | 7310d230fd24e2cf41bcf8284ccd1798933e2bac (patch) | |
tree | 117a826af55381f7b791c0c4370bc9beb4bdadfa | |
parent | 017f22c2e603853f92a794a68e85053393db69bb (diff) | |
download | poky-7310d230fd24e2cf41bcf8284ccd1798933e2bac.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.
(From OE-Core rev: 109166f1c0a84bcbbcd9d6adff7c16ddee08b08b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 2 |
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 | ||
27 | PACKAGES =+ "${PN}-cron" | 27 | PACKAGES =+ "${PN}-cron" |
28 | 28 | ||
29 | SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \ | 29 | SRC_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 \ |