diff options
author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:32 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
commit | d4890f39b1692cd76799a7bdb1bdb253ca1707bf (patch) | |
tree | c8f432df62d2ada3e42f40c6a875c281de688eeb /meta-openstack/conf | |
parent | 505356c3e6bed58832bde39dc5dd60a0988876b1 (diff) | |
download | meta-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.conf | 2 |
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" | |||
16 | PREFERRED_VERSION_python-pexpect = "3.3" | 16 | PREFERRED_VERSION_python-pexpect = "3.3" |
17 | PREFERRED_VERSION_python-futures = "3.0.3" | 17 | PREFERRED_VERSION_python-futures = "3.0.3" |
18 | PREFERRED_VERSION_python-django = "1.8.6" | 18 | PREFERRED_VERSION_python-django = "1.8.6" |
19 | |||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||