summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 00:41:50 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 00:42:47 -0500
commit441977d076e5c0aeace44ba65d301b5c6c61d59f (patch)
treed3cd21ff7d4aed5e65ff243cd5966b01970e9462 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parentdc8c4840c582677c7bfcb8870b3041d3e62c86f9 (diff)
downloadmeta-cloud-services-441977d076e5c0aeace44ba65d301b5c6c61d59f.tar.gz
QA: fix build and runtime warnings
oe-core now warns on detected missing runtime and build time warnings. So we update our recipes to have these missingn deps (largely bash). 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.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 5db4cc0..35fdaef 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -283,6 +283,8 @@ RDEPENDS_${PN} += " \
283 python-oauthlib \ 283 python-oauthlib \
284 " 284 "
285 285
286RDEPENDS_${SRCNAME}-tests += " bash"
287
286PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'OpenLDAP', '', d)}" 288PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'OpenLDAP', '', d)}"
287PACKAGECONFIG[OpenLDAP] = ",,,python-ldap python-keystone-hybrid-backend" 289PACKAGECONFIG[OpenLDAP] = ",,,python-ldap python-keystone-hybrid-backend"
288 290