summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-27 10:30:59 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-27 09:56:46 -0400
commit65643f1875e41adf502551dc5f4d7cfcac9b15da (patch)
tree358ab536003b6eef5f37ff11fe66daef71134351 /meta-openstack/recipes-devtools/ruby
parentdba474ad981c4c74fafe949d27f1722590c5d3c7 (diff)
downloadmeta-cloud-services-65643f1875e41adf502551dc5f4d7cfcac9b15da.tar.gz
mixlib-shellout: upgrade 1.4.0 -> 2.1.0
Signed-off-by: Li Xin <lixin.fnst@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/mixlib-shellout_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb
index 3ee593f..9abe92c 100644
--- a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb
@@ -13,9 +13,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
13 13
14PR = "r0" 14PR = "r0"
15 15
16BPV = "1.4.0" 16BPV = "2.1.0"
17PV = "${BPV}" 17PV = "${BPV}"
18SRCREV = "a04ce6db22edf0575c50e18ae2db09adced7dedc" 18SRCREV = "27ba1e882dcab280527aa1764d1b45aca3ef5961"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21