summaryrefslogtreecommitdiffstats
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>
* glusterfs: fix failure on gcc10hongxu2020-05-211-1/+1
| | | | | | | | | | | | | | Since oe-core upgraded gcc to 10.1, there is a failure ... |../../../../../glusterfs-6.1/rpc/rpc-transport/socket/src/socket.c:4302:24: error: implicit declaration of function 'EC_KEY_new_by_curve_name' [-Werror=implicit-function-declaration] | 4302 | ecdh = EC_KEY_new_by_curve_name(nid); ... Add option -Wno-error=implicit-function-declaration to workaround Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ruby: Add sysroot dir to the ldflags and process all the existing extconf.rbPablo Saavedra Rodi?o2020-05-021-13/+21
| | | | | | | | | | | | * add lib path of the sysroot directory [1] to avoid ld errors during the installation * ruby_do_compile() find the extconf.rb file in the sources instance of assume a single file. [1] https://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-STAGING_LIBDIR Signed-off-by: Pablo Saavedra <psaavedra@igalia.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-242-2/+2
| | | | | | 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>
* Added SRCNAME variable to allow bitbake recipe unfriendly gem namesNathan Hartman2020-02-271-2/+4
| | | | | Signed-off-by: Nathan Hartman <hnathan918@gmail.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>
* glusterfs: change pythnon2 dependencies to python3 onesChen Qi2020-02-111-1/+1
| | | | | | | Change python2 deps to python3 ones. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 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 conditionalBruce Ashfield2020-01-222-16/+17
| | | | 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>
* misc: python3 readinessBruce Ashfield2020-01-225-31/+7
| | | | | | | Updating the packages in m-c-s to be python3 parse safe. These are not runtime tested, but will pass layer inclusion and parsing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libibverbs: move to meta-virtualizationBruce Ashfield2020-01-221-34/+0
| | | | | | | | ceph is one of the main users of this package, so we move it to meta-virtualiation to break the dependency. Since m-c-s already needs meta-virt, it makes more sense this way. 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>