From 3e625d7fc1342a4c02d7d5c6e7797fe89fce5983 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 30 Apr 2014 20:04:10 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-cinder_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb') 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" PR = "r0" SRCNAME = "cinder" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ file://cinder.conf \ file://cinder.init \ file://cinder-volume \ @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://fix_cinder_memory_leak.patch \ " -SRCREV="8b5fb8409322f61d8b610c97c109a61bf48a940e" -PV="2013.2.2+git${SRCPV}" +SRCREV="978b036a6467f7f6afb4419f92bf4fa7d1ff2347" +PV="2014.1+git${SRCPV}" S = "${WORKDIR}/git" inherit setuptools update-rc.d identity default_configs @@ -168,6 +168,7 @@ RDEPENDS_${PN} += "lvm2 \ python-cinderclient \ python-oslo.config \ python-pbr \ + python-taskflow \ " RDEPENDS_${SRCNAME} = "${PN} \ -- cgit v1.2.3-54-g00ecf