summaryrefslogtreecommitdiffstats
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:53 -0400
commitacbb0155a163a4b7ca2aed557a3a860d27a22c5f (patch)
treec1e66025c10f4ff28cf30eca43e8d789f3c2decf
parent25175f29baf0f841ada42289c4fb2799aa16c214 (diff)
downloadmeta-cloud-services-acbb0155a163a4b7ca2aed557a3a860d27a22c5f.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>
-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