summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 10:27:56 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 10:27:56 -0400
commit42e23a876f19cafb241e42ddf90ed0167149ba2e (patch)
tree42deb663a8bf956f5476a998a78d01796f2a8ce1 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parent97e7fe61e24965ee13305ffad00827515b995e0c (diff)
downloadmeta-cloud-services-42e23a876f19cafb241e42ddf90ed0167149ba2e.tar.gz
glance: update to juno release candidates
Updating glance to the latest juno development branch. The only significant changes are the introduction of new requirement packages on the rdepends. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-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} \