summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-27 10:31:01 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-27 09:56:47 -0400
commita7bd749208db552570054e39db0a7f4a7a89f382 (patch)
tree2f7fe6a13efc7cee98dfc6a6053dbe66df14e474 /meta-openstack/recipes-devtools/ruby
parentf8063bb911bf39c2e4508bffd2e8e5682789881d (diff)
downloadmeta-cloud-services-a7bd749208db552570054e39db0a7f4a7a89f382.tar.gz
ohai: upgrade 7.0.4 -> 8.5.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/ohai_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb
index 9d89357..5820c44 100644
--- a/meta-openstack/recipes-devtools/ruby/ohai_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb
@@ -13,14 +13,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
13 13
14PR = "r0" 14PR = "r0"
15 15
16BPV = "7.0.4" 16BPV = "8.5.0"
17PV = "${BPV}" 17PV = "${BPV}"
18SRCREV = "b306186701201bfc78b7bcc8908ee3524434cc93" 18SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22SRC_URI = " \ 22SRC_URI = " \
23 git://github.com/opscode/ohai.git;branch=7-stable \ 23 git://github.com/opscode/ohai.git \
24 " 24 "
25 25
26inherit ruby 26inherit ruby