summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:32 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commitd4890f39b1692cd76799a7bdb1bdb253ca1707bf (patch)
treec8f432df62d2ada3e42f40c6a875c281de688eeb /meta-openstack/conf
parent505356c3e6bed58832bde39dc5dd60a0988876b1 (diff)
downloadmeta-cloud-services-d4890f39b1692cd76799a7bdb1bdb253ca1707bf.tar.gz
python-xstatic-mdi: initial version
This package provides a mdi javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. We had to add the CC-BY-4.0 license file which this package is licensed under, and add the licenses dir to LICENSE_PATH. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf')
-rw-r--r--meta-openstack/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 06ed511..1406e4e 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -16,3 +16,5 @@ PREFERRED_VERSION_python-sqlalchemy = "0.9.7"
16PREFERRED_VERSION_python-pexpect = "3.3" 16PREFERRED_VERSION_python-pexpect = "3.3"
17PREFERRED_VERSION_python-futures = "3.0.3" 17PREFERRED_VERSION_python-futures = "3.0.3"
18PREFERRED_VERSION_python-django = "1.8.6" 18PREFERRED_VERSION_python-django = "1.8.6"
19
20LICENSE_PATH += "${LAYERDIR}/licenses"