summaryrefslogtreecommitdiffstats
path: root/meta-openstack
Commit message (Collapse)AuthorAgeFilesLines
* python3-distro: include as RDEPEND for salt-masterdunfellBen Gampe2020-09-131-1/+1
| | | | | | Required for salt-key with python version > 3.7 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: Remove hardcoded Python 3.7 pathSam Zeter2020-08-201-1/+1
| | | | | | | | | | | | | The salt bitbake file hardcodes the Python 3.7 path as ${libdir}/python3.7 In order to ensure compatibility with Dunfell, which uses Python 3.8, and other future versions of Python, the variable PYTHON_SITEPACKAGES_DIR should be used. Signed-off-by: Sam Zeter <samuelzeter@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* postgresql: Fix install error on non existent fileBabak Sarashki2020-06-011-1/+1
| | | | | | | | Commit 103939fec ("postgresql: Allow successful run of postgresql-setup") renamed .bash_profile to .profile. This commit reflects the file rename. Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-debtcollector: add six and wrapt to RDEPENDSTrevor Gamblin2020-04-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Add python3-wrapt and python3-six to RDEPENDS as debtcollector requires them for some functionality, e.g.: |root@qemux86-64:~# python3 |Python 3.7.6 (default, Apr 6 2020, 18:11:01) |[GCC 9.2.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> from debtcollector import removals |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib64/python3.7/site-packages/debtcollector/removals.py", line 19, in <module> | import wrapt |ModuleNotFoundError: No module named 'wrapt' |>>> python3-six isn't needed for the python3 version of debtcollector, but add it to the RDEPENDS for consistency in backports of this patch (as python2 does require it). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: change bbappend file versionZhang Qiang2020-04-011-0/+0
| | | | | | | Fix meta-cloud-services libvrit bbapend file form v5 to v6 Signed-off-by: Zhang Qiang <qiang.zhang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf/layer: update compatibilityBruce Ashfield2020-03-241-1/+1
| | | | | | Drop thud/warrior, add dunfell Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: drop 5.2 bbappendBruce Ashfield2020-03-241-1/+0
| | | | | | Add dunfell, drop thud/warrior Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* linux-yocto: make FILESEXTRAPATHS explicitJeremy Puhlman2020-03-021-1/+1
| | | | | | | | | | | | | Something changed in the processing order for FILESEXTRAPATHS, that when := is used, defaultpkgname gets used instead of ${PN} and looks as follows: /project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/ Alter ${PN} to explictly linux-yocto to resolve the issue. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* pep8: Add python3 versionNathan Hartman2020-02-272-5/+10
| | | | | Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* mock: Add python3 versionNathan Hartman2020-02-273-17/+19
| | | | | Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* tox: Add python3 versionNathan Hartman2020-02-272-10/+12
| | | | | Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial fluentd recipeNathan Hartman2020-02-271-0/+19
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial strptime ruby recipeNathan Hartman2020-02-271-0/+13
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial sigdump and serverengine ruby recipesNathan Hartman2020-02-272-0/+24
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial msgpack ruby recipeNathan Hartman2020-02-271-0/+12
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial http_parser.rb ruby recipeNathan Hartman2020-02-271-0/+22
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial cool.io ruby recipeNathan Hartman2020-02-271-0/+12
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipesNathan Hartman2020-02-274-0/+62
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Uprev'd yajl-ruby to 1.4.0Nathan Hartman2020-02-272-26/+11
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-novnc: typo from distutils sed fixJeremy Puhlman2020-02-271-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ] salt: bump 2018.3 -> 3000Fagundes, Paulo2020-02-2712-2844/+148
| | | | | Signed-off-by: Paulo Fagundes <paulo.fagundes@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: update bbappends to match oe-core masterBruce Ashfield2020-02-231-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Fix mod-wsgi recipeRebecca Cran2020-01-291-4/+4
| | | | | | | | | | | | | mod-wsgi version 4.5.13 doesn't build against python 3.8: update it to 4.6.8 which does build. Update the homepage URL: the Google Code project has been archived. Fix the LoadModule line: mod_wsgi.so is installed in ${libexecdir}, not ${libdir}. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* bbappends: make distro feature safeBruce Ashfield2020-01-2229-187/+191
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* qemu: make bbappend distro feature conditionalBruce Ashfield2020-01-222-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openstack: packages: update for python3Bruce Ashfield2020-01-227-67/+67
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python: prepare for python3 only configurationBruce Ashfield2020-01-22241-368/+187
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-kafka: upgrade 0.9.4 -> 1.4.7zangrc2020-01-153-23/+27
| | | | | | | -Add python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-lesscpy: Add python3 versionzangrc2020-01-153-18/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-mako: Remove the recipezangrc2020-01-151-12/+0
| | | | | | | Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-memcached: Add python3 versionzangrc2020-01-153-22/+24
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-pastedeploy: Add python3 versionzangrc2020-01-153-16/+20
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-semantic-version: Add python3 versionzangrc2020-01-153-24/+28
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-tempita: Add python3 versionzangrc2020-01-153-12/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-testrepository: Add python3 versionzangrc2020-01-153-16/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-testresources: Add python3 versionzangrc2020-01-153-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-thrift: Add python3 versionzangrc2020-01-153-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-virtualenv: Add python3 versionzangrc2020-01-153-18/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-voluptuous: Add python3 versionzangrc2020-01-153-13/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-weakrefmethod: Add python3 versionzangrc2020-01-153-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-wsgiref: Add python3 versionzangrc2020-01-153-23/+27
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-xstatic: Remove the recipezangrc2020-01-151-22/+0
| | | | | | | Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-cliff: upgrade 2.16.0 -> 2.17.0zangrc2020-01-083-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-arrow: Add python3 versionzangrc2020-01-083-15/+19
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-django-appconf: Add python3 versionzangrc2020-01-083-13/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-xstatic-angular-bootstrap: Add python3 versionzangrc2020-01-083-19/+23
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-xstatic-bootstrap-datepicker: Add python3 versionzangrc2020-01-083-19/+23
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-xstatic-bootstrap-scss: Add python3 versionzangrc2020-01-083-22/+26
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-xstatic-bootswatch: Add python3 versionzangrc2020-01-083-19/+23
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-cephclient: Add python3 versionzangrc2020-01-083-26/+30
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>