summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 09:47:53 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 09:47:53 -0400
commit6549b2afe37bc17cafd8c6a824cd799afa1bb35b (patch)
tree5c118c6fec996d7c2b314812fb4be6c572deda34 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parent6fbb59a85e7e495eaee7fd580dcdac2ecedcf790 (diff)
downloadmeta-cloud-services-6549b2afe37bc17cafd8c6a824cd799afa1bb35b.tar.gz
core: update core projects to juno 2014.2-b2 versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 808c3f6..0a71020 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
16 file://convert_keystone_backend.py \ 16 file://convert_keystone_backend.py \
17 " 17 "
18 18
19SRCREV="1070afe2cb8707ad28d43c4ea76116a941cf2131" 19SRCREV="dbede9c262168ff9ef9fd3b7f5ed2bc20ebd01f8"
20PV="2014.2.b1+git${SRCPV}" 20PV="2014.2.b2+git${SRCPV}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
@@ -221,6 +221,7 @@ RDEPENDS_${PN} += " \
221 python-dogpile.core \ 221 python-dogpile.core \
222 python-dogpile.cache \ 222 python-dogpile.cache \
223 python-pbr \ 223 python-pbr \
224 python-oslo.utils \
224 " 225 "
225 226
226PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'OpenLDAP', '', d)}" 227PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'OpenLDAP', '', d)}"