diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 00:26:37 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:34 -0500 |
| commit | 10471bcbb44991b525bf78b62339cfbd86ded520 (patch) | |
| tree | 82a3ae313aa9beab5eb367f0d5fa8e8cc44f2e96 /meta-openstack/recipes-devtools | |
| parent | e2a6168655ac43d8fa70cfb21dc9c6713f09953c (diff) | |
| download | meta-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')
| -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" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "glance" | 8 | SRCNAME = "glance" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://launchpad.net/glance/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| 11 | file://glance.init \ | 11 | file://glance.init \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "f9ba3865ff2cf98caa471bd54173fecd" | 14 | SRCREV="252fe8572400c25c35e1973b2622e479947c6135" |
| 15 | SRC_URI[sha256sum] = "642782416d790dfcb6d5bb85626dd5d48784ba8f3a53e7863ec13312e86cb209" | 15 | PV="2013.2+git${SRCPV}" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit setuptools update-rc.d identity | 19 | inherit setuptools update-rc.d identity |
| 20 | 20 | ||
