summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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