diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-07-27 10:31:01 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-27 09:54:03 -0400 |
| commit | 89f228ce884f8f73db4fd1580adf87187b27bb2f (patch) | |
| tree | e0d692ce201341636af9b79c00489e86b2b2aa59 /meta-openstack/recipes-devtools/ruby | |
| parent | d363c14d4708dd6b508598f027bbd0c135c9f468 (diff) | |
| download | meta-cloud-services-89f228ce884f8f73db4fd1580adf87187b27bb2f.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.bb | 6 |
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 | ||
| 14 | PR = "r0" | 14 | PR = "r0" |
| 15 | 15 | ||
| 16 | BPV = "7.0.4" | 16 | BPV = "8.5.0" |
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "b306186701201bfc78b7bcc8908ee3524434cc93" | 18 | SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://github.com/opscode/ohai.git;branch=7-stable \ | 23 | git://github.com/opscode/ohai.git \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | inherit ruby | 26 | inherit ruby |
