diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 20:04:10 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 20:04:10 -0400 |
| commit | 3e625d7fc1342a4c02d7d5c6e7797fe89fce5983 (patch) | |
| tree | 80216acf178a493725cd239ee83e0297a05dbfb0 /meta-openstack | |
| parent | e8755fe05a90b2f6c2d49dc09fedc72f255c7dc6 (diff) | |
| download | meta-cloud-services-3e625d7fc1342a4c02d7d5c6e7797fe89fce5983.tar.gz | |
cinder: uprev to Icehouse release
Introduce the uprev to the icehouse release. Outside of the core
functionality and new dependencies, there are no recipe visible
changes at the moment.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 237377d..0239406 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "cinder" | 8 | SRCNAME = "cinder" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ |
| 11 | file://cinder.conf \ | 11 | file://cinder.conf \ |
| 12 | file://cinder.init \ | 12 | file://cinder.init \ |
| 13 | file://cinder-volume \ | 13 | file://cinder-volume \ |
| @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | |||
| 19 | file://fix_cinder_memory_leak.patch \ | 19 | file://fix_cinder_memory_leak.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SRCREV="8b5fb8409322f61d8b610c97c109a61bf48a940e" | 22 | SRCREV="978b036a6467f7f6afb4419f92bf4fa7d1ff2347" |
| 23 | PV="2013.2.2+git${SRCPV}" | 23 | PV="2014.1+git${SRCPV}" |
| 24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 25 | 25 | ||
| 26 | inherit setuptools update-rc.d identity default_configs | 26 | inherit setuptools update-rc.d identity default_configs |
| @@ -168,6 +168,7 @@ RDEPENDS_${PN} += "lvm2 \ | |||
| 168 | python-cinderclient \ | 168 | python-cinderclient \ |
| 169 | python-oslo.config \ | 169 | python-oslo.config \ |
| 170 | python-pbr \ | 170 | python-pbr \ |
| 171 | python-taskflow \ | ||
| 171 | " | 172 | " |
| 172 | 173 | ||
| 173 | RDEPENDS_${SRCNAME} = "${PN} \ | 174 | RDEPENDS_${SRCNAME} = "${PN} \ |
