summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-03-21 11:16:59 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-22 00:13:06 -0400
commit5839dd24f8c5d0c6c29925a7a87bcff184ef91a3 (patch)
tree9a2e324793121670c725d1840d6e61219cf11de9 /meta-openstack/conf/layer.conf
parent8585d6f3947ee93d799d40d924294687048aee46 (diff)
downloadmeta-cloud-services-5839dd24f8c5d0c6c29925a7a87bcff184ef91a3.tar.gz
lvm2: fix compilation with latest readline version
Commit 0460bd62663d6db4c9b6aed5edd73fb0d052ffb2 [lvm2: allow compiles to use latest readline] forced us to use an old version of readline. Here we backport an upstream lvm2 commit which allows us to use new readline and drop the PREFERRED_VERSION_ for readline. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf/layer.conf')
-rw-r--r--meta-openstack/conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 2a7ef9e..7ac26f5 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -12,4 +12,3 @@ 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"