summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 14ce2bd..37c1aff 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.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 = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://0001-glance-store-only-load-known-stores-not-all-stores.patch \ 11 file://0001-glance-store-only-load-known-stores-not-all-stores.patch \
12 file://glance.init \ 12 file://glance.init \
13 file://glance-change-builtin-tests-config-location.patch \ 13 file://glance-change-builtin-tests-config-location.patch \
14 " 14 "
15 15
16SRCREV="556eebb7780b55af87c0fe49b76593f833ea189a" 16SRCREV="c3596aef1ef2904c06eb01b02549541df51fbe65"
17PV="2014.1+git${SRCPV}" 17PV="2014.2.b1+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
@@ -153,6 +153,8 @@ RDEPENDS_${PN} += "python-greenlet \
153 python-keystoneclient \ 153 python-keystoneclient \
154 python-swiftclient \ 154 python-swiftclient \
155 python-pbr \ 155 python-pbr \
156 python-i18n \
157 python-oslo.i18n \
156 " 158 "
157 159
158RDEPENDS_${SRCNAME} = "${PN} \ 160RDEPENDS_${SRCNAME} = "${PN} \