summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:26:37 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commit10471bcbb44991b525bf78b62339cfbd86ded520 (patch)
tree82a3ae313aa9beab5eb367f0d5fa8e8cc44f2e96 /meta-openstack/recipes-devtools/python
parente2a6168655ac43d8fa70cfb21dc9c6713f09953c (diff)
downloadmeta-cloud-services-10471bcbb44991b525bf78b62339cfbd86ded520.tar.gz
glance: update to havana release version
As part of the glance uprev to havana, we switch to a git based build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb (renamed from meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index ff81a0c..284399e 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "glance" 8SRCNAME = "glance"
9 9
10SRC_URI = "https://launchpad.net/glance/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
11 file://glance.init \ 11 file://glance.init \
12 " 12 "
13 13
14SRC_URI[md5sum] = "f9ba3865ff2cf98caa471bd54173fecd" 14SRCREV="252fe8572400c25c35e1973b2622e479947c6135"
15SRC_URI[sha256sum] = "642782416d790dfcb6d5bb85626dd5d48784ba8f3a53e7863ec13312e86cb209" 15PV="2013.2+git${SRCPV}"
16 16
17S = "${WORKDIR}/${SRCNAME}-${PV}" 17S = "${WORKDIR}/git"
18 18
19inherit setuptools update-rc.d identity 19inherit setuptools update-rc.d identity
20 20