[meta-virtualization] [meta-openstack][PATCH] slop: checkout v3 branch to fix the following build error.

Bian Naimeng biannm at cn.fujitsu.com
Tue Jan 20 16:32:50 PST 2015


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 at cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/ruby/slop_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 S = "${WORKDIR}/git"
 
 SRC_URI = " \
-    git://github.com/leejarvis/slop.git \
+    git://github.com/leejarvis/slop.git;branch=v3 \
     "
 
 inherit ruby
-- 
1.9.1



More information about the meta-virtualization mailing list