summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-01-04 16:23:36 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-05 11:49:17 -0500
commit63393a38bd1c198f43dfb262e10da80d54d962e4 (patch)
tree644e464ed2f5e48c80e13c69069a1af323e0088a
parent703e987a1da6120d6f53f9307082e615660b6739 (diff)
downloadmeta-cloud-services-63393a38bd1c198f43dfb262e10da80d54d962e4.tar.gz
python-glance: upgrade to 2015.1.2 (kilo)
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index a4e07d1..04c6424 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -4,18 +4,17 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r0"
8SRCNAME = "glance" 7SRCNAME = "glance"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://glance.init \ 10 file://glance.init \
12 " 11 "
13 12
14# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch 13# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
15# file://glance-change-builtin-tests-config-location.patch 14# file://glance-change-builtin-tests-config-location.patch
16 15
17SRCREV="c84d8c98bc0dd64d79bd1e659b9561d47b3428c1" 16SRCREV="0303c5c3e43da29501b8b26c82e5a0cc9b7a3ed7"
18PV="2015.1.0b2+git${SRCPV}" 17PV="2015.1.2+git${SRCPV}"
19 18
20S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
21 20