summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-dateutil: wildcard the version strgingLiang Li2016-04-281-0/+0
| | | | | | | Fix configure time warning like 'can not find recipe for bbapend file'. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstackchef: add missing parameter to getVarMark Asselstine2016-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Builds are failing with: File: 'openstackchef_inc.bbclass', lineno: 624, function: deploychef_add_file_to_FILES_PN 0620: pkg_files = "FILES_%s" % pkg 0621: ldata.setVar("OVERRIDES", "%s:%s" % (pkg_files, overrides)) 0622: bb.data.update_data(ldata) 0623: *** 0624: dest_base = d.getVar('CHEF_TEMPLATE_BASE') 0625: pkg_imagedir = d.getVar('CHEF_ROOTFS_BASE', True) 0626: #Add the packages image base directory if it does not already exist 0627: if re.search(pkg_imagedir, files) == None: 0628: #All the directory and all files in it Exception: TypeError: getVar() takes at least 3 arguments (2 given) Add the required parameter to fix the build. Chef is planned to be removed from this layer in the near future, so this change is not tested. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: pass required CFLAGSMark Asselstine2016-03-211-3/+4
| | | | | | | | | The tgt Makefile has several CFLAGS (defines) that need to be set. Since we overwrite the CFLAGS by exporting CFLAGS and passing '-e' to make, we need to include these in our defined CFLAGS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* packagegroup-cloud-extras: include xterm only if x11 in DISTRO_FEATURESJosep Puigdemont2016-02-191-1/+1
| | | | | Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xterm: update bbappend to match meta-oe main recipeBruce Ashfield2016-02-091-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add python-futures to RRECOMMENDS for salt-commonJosh Cartwright2016-02-091-1/+1
| | | | | | | | | The TCP transport mechanism has a dependency on the python-futures module. Document this in the form of an RRECOMMENDS. Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openssh: update 6.% -> 7.%Ioan-Adrian Ratiu2016-02-091-0/+0
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iproute2: update 3.% -> 4.%Ioan-Adrian Ratiu2016-02-091-0/+0
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* fuse: remove bbappend (2.9.3)Ioan-Adrian Ratiu2016-02-091-1/+0
| | | | | | | | | meta-oe master has upgraded to v2.9.4 which builds fine with B != S. Since this bbappend only makes the recipe inherit autotools-brokensep, we can remove it altogether. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: uprev to LibertyMark Asselstine2016-02-054-34/+15
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: uprev to LibertyMark Asselstine2016-02-053-12/+12
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* trove: move to latest releaseMark Asselstine2016-02-052-11/+13
| | | | | | | | Uprev trove to the latest release. This requires updates to configurations strings since the 'sql_' configs have been deprecated. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oauthlib: allow apache to read requires.txtMark Asselstine2016-02-051-1/+1
| | | | | | | | | | | | | Apache will error with: IOError: [Errno 13] Permission denied: \ '/usr/lib/python2.7/site-packages/oauthlib-0.7.2-py2.7.egg-info/requires.txt' when attempting to login to horizon. Set more permissive permissions for this file to avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: uprev to LibertyMark Asselstine2016-02-051-56/+63
| | | | | Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* django-openstack-auth: uprev and switch to gitMark Asselstine2016-02-051-6/+6
| | | | | | | | The uprev is needed for the uprev of horizon. Switching to get will facilitate future uprevs. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* neutron: uprev to LibertyMark Asselstine2016-02-052-38/+56
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* heat: uprev to LibertyMark Asselstine2016-02-051-5/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cinder: uprev to LibertyMark Asselstine2016-02-052-13/+45
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ceilometer: uprev to LibertyMark Asselstine2016-02-052-11/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: uprev to LibertyMark Asselstine2016-02-053-10/+30
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-roboto-fontface: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | A simple package providing the Roboto fontface. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-mdi: initial versionMark Asselstine2016-02-053-0/+417
| | | | | | | | | | | | | 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>
* python-xstatic-bootswatch: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a bootswatch javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-gettext: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides Angular-Gettext javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-bootstrap-datepicker: recipe fixupMark Asselstine2016-02-051-7/+3
| | | | | | | Correct the license and SRC_URI along with other trivial changes. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-babel: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides tools for using Babel with Django. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ryu: initial versionMark Asselstine2016-02-051-0/+32
| | | | | | | | | | This package provides Ryu component-based software defined networking framework. This package is required by neutron. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-designateclient: initial versionMark Asselstine2016-02-051-0/+31
| | | | | | | | | This package provides Python bindings to the Designate API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-magnumclient: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a Python client for containers service. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-manilaclient: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides Python bindings to the OpenStack Manila API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mistralclient: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides a Python client for Mistral REST API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.cache: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides an oslo.config enabled dogpile.cache. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-unicodecsv: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides Python2's stdlib csv module replacement with unicode support. This package is required by python-cliff. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-zaqarclient: initial versionMark Asselstine2016-02-051-0/+29
| | | | | | | | | This package provides a python Zaqar Client. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpath-rw-ext: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides extensions for JSONPath RW. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kafka: initial versionMark Asselstine2016-02-051-0/+25
| | | | | | | | | This package provides a python client for Apache Kafka. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-automaton: initial versioinMark Asselstine2016-02-051-0/+28
| | | | | | | | | This package provides a friendly state machines for python. This package is required by python-taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-castellan: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a generic key manager interface for OpenStack. This package is required by glance. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-aioeventlet: initial versionMark Asselstine2016-02-052-0/+60
| | | | | | | | | | This package provides asyncio event loop scheduling callbacks in eventlet. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-contextlib2: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides backports and enhancements for the contextlib module. This package is required by futurist and taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-futurist: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | This package provides a useful additions to futures, from the future. This package is required by taskflow, tooz and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ordereddict: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | | This package provides a drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. This package is required by oslo.middleware. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-python-editor: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a python module that allows one to programmatically open an editor, capture the result. This package is required by python-alembic. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-repoze.who: initial versionMark Asselstine2016-02-051-0/+28
| | | | | | | | | | This package provides an identification and authentication framework for WSGI. This package is required by python-pysaml2. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-suds-jurko: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | This package provides a lightweight SOAP client (Jurko's fork). This package is required by heat, nova and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-trollius: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a port of the Tulip project (asyncio module, PEP 3156) on Python 2. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.service: update dependenciesMark Asselstine2016-02-051-0/+14
| | | | | | | Update dependencies based on the package's required.txt. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-*: uprev to versions required for libertyMark Asselstine2016-02-0514-75/+110
| | | | | | | | | | | | | | | | This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo*: uprev to versions required by libertyMark Asselstine2016-02-055-21/+52
| | | | | | | | This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.versionedobjects: initial versionMark Asselstine2016-02-051-0/+36
| | | | | | | This package is required by nova, heat, and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>