diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 01:28:40 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
| commit | 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (patch) | |
| tree | 119cce29fb8c39a1f6a7fcfc1ac7c9828d1e3a74 /meta-openstack | |
| parent | f6a3429956683bd19aa9bdfa05da3cb57451ce2c (diff) | |
| download | meta-cloud-services-2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4.tar.gz | |
cinder: uprev to havana release
Updating the cinder block storage component to the havana release.
At the same time, we switch to a git based build.
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 (renamed from meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb) | 9 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb (renamed from meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb) | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index a6a10e5..6e6f31b 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
| @@ -7,16 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "cinder" | 8 | SRCNAME = "cinder" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| 11 | file://cinder.conf \ | 11 | file://cinder.conf \ |
| 12 | file://cinder.init \ | 12 | file://cinder.init \ |
| 13 | file://cinder-volume \ | 13 | file://cinder-volume \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI[md5sum] = "2bfeacfaea7be5194587bb932dd8f693" | 16 | SRCREV="1f99a044580286bf0d927cc7fc7ce3378653aef0" |
| 17 | SRC_URI[sha256sum] = "358ab7fb1cb57ea1f0c1d76e30d45eebb6308a6122b6e6ff6ac3405f51eceb1e" | 17 | PV="2013.2+git${SRCPV}" |
| 18 | 18 | S = "${WORKDIR}/git" | |
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | 19 | ||
| 21 | inherit setuptools update-rc.d identity | 20 | inherit setuptools update-rc.d identity |
| 22 | 21 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index 350c359..b9a353d 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -8,12 +8,11 @@ DEPENDS = "python-setuptools-git" | |||
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | SRCNAME = "python-cinderclient" | 9 | SRCNAME = "python-cinderclient" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://pypi.python.org/packages/source/p/python-cinderclient/python-cinderclient-1.0.3.tar.gz" | 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" |
| 12 | 12 | ||
| 13 | SRC_URI[md5sum] = "3bf0b62be5fb293108899e49d709694c" | 13 | PV="git${SRCPV}" |
| 14 | SRC_URI[sha256sum] = "6cc03f68a93a014d8ece1ed3bc7c37a6de79d08e29abfd97f185a5f412c7ce1a" | 14 | SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" |
| 15 | 15 | S = "${WORKDIR}/git" | |
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | 16 | ||
| 18 | inherit setuptools | 17 | inherit setuptools |
| 19 | 18 | ||
