summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorBian Naimeng <biannm@cn.fujitsu.com>2015-01-21 08:32:50 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-01-21 11:10:26 -0500
commitfe7f9088c29cc4041d0ee5f08871308139311127 (patch)
treeaae4ef3b78bc73df5b17e505f7c400ca3738e272 /meta-openstack/recipes-devtools/ruby
parentf20cca5d08826ce0a4033da6dc627b82a4c09cb9 (diff)
downloadmeta-cloud-services-fe7f9088c29cc4041d0ee5f08871308139311127.tar.gz
slop: checkout v3 branch to fix the following build error.
slop: checkout v3 branch to fix the following build error. ERROR: Fetcher failure: Unable to find revision a009587ec2c0cf07b38bd8f0b59baa244fdbce51 in branch master even from upstream DEBUG: Python function base_do_fetch finished DEBUG: Python function do_fetch finished ERROR: Function failed: Fetcher failure for URL: 'git://github.com/leejarvis/slop.git'. Unable to fetch URL from any source. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
-rw-r--r--meta-openstack/recipes-devtools/ruby/slop_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb
index eff1bee..c77785f 100644
--- a/meta-openstack/recipes-devtools/ruby/slop_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb
@@ -16,7 +16,7 @@ SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/leejarvis/slop.git \ 19 git://github.com/leejarvis/slop.git;branch=v3 \
20 " 20 "
21 21
22inherit ruby 22inherit ruby