summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-17 14:55:22 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-17 14:55:22 -0400
commit0460bd62663d6db4c9b6aed5edd73fb0d052ffb2 (patch)
tree44329af9cddd8127318f95b5747decf0cd4fda59 /meta-openstack/conf
parent1e2599e4801c1acd16ea61a533d95bbd7a808a54 (diff)
downloadmeta-cloud-services-0460bd62663d6db4c9b6aed5edd73fb0d052ffb2.tar.gz
openstack: force readline 5.x
readline 6.x triggers build errors with LVM2, so we need to set our preferred version to 5.x. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf')
-rw-r--r--meta-openstack/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 7ac26f5..2a7ef9e 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -12,3 +12,4 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13# pre 0.4.0 greenlet versions segfault python 13# pre 0.4.0 greenlet versions segfault python
14PREFERRED_VERSION_python-greenlet = "0.4.1" 14PREFERRED_VERSION_python-greenlet = "0.4.1"
15PREFERRED_VERSION_readline = "5.2"