aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-13python3-distro: include as RDEPEND for salt-masterdunfellBen Gampe
Required for salt-key with python version > 3.7 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-20salt: Remove hardcoded Python 3.7 pathSam Zeter
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>
2020-06-01postgresql: Fix install error on non existent fileBabak Sarashki
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>
2020-05-21glusterfs: fix failure on gcc10hongxu
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>
2020-05-02ruby: Add sysroot dir to the ldflags and process all the existing extconf.rbPablo Saavedra Rodi?o
* 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>
2020-04-08python3-debtcollector: add six and wrapt to RDEPENDSTrevor Gamblin
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>
2020-04-01libvirt: change bbappend file versionZhang Qiang
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>
2020-03-24conf/layer: update compatibilityBruce Ashfield
Drop thud/warrior, add dunfell Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-03-24kernel: drop 5.2 bbappendBruce Ashfield
Add dunfell, drop thud/warrior Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-03-02linux-yocto: make FILESEXTRAPATHS explicitJeremy Puhlman
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>
2020-02-27pep8: Add python3 versionNathan Hartman
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27mock: Add python3 versionNathan Hartman
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27tox: Add python3 versionNathan Hartman
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Added SRCNAME variable to allow bitbake recipe unfriendly gem namesNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial fluentd recipeNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial strptime ruby recipeNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial sigdump and serverengine ruby recipesNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial msgpack ruby recipeNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial http_parser.rb ruby recipeNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial cool.io ruby recipeNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipesNathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27Uprev'd yajl-ruby to 1.4.0Nathan Hartman
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27python-novnc: typo from distutils sed fixJeremy Puhlman
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27] salt: bump 2018.3 -> 3000Fagundes, Paulo
Signed-off-by: Paulo Fagundes <paulo.fagundes@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-23kernel: update bbappends to match oe-core masterBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-11glusterfs: change pythnon2 dependencies to python3 onesChen Qi
Change python2 deps to python3 ones. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-29Fix mod-wsgi recipeRebecca Cran
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>
2020-01-22bbappends: make distro feature conditionalBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-22bbappends: make distro feature safeBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-22qemu: make bbappend distro feature conditionalBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-22openstack: packages: update for python3Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-22python: prepare for python3 only configurationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-22misc: python3 readinessBruce Ashfield
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>
2020-01-22libibverbs: move to meta-virtualizationBruce Ashfield
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>
2020-01-15python-kafka: upgrade 0.9.4 -> 1.4.7zangrc
-Add python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-lesscpy: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-mako: Remove the recipezangrc
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>
2020-01-15python-memcached: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-pastedeploy: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-semantic-version: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-tempita: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-testrepository: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-testresources: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-thrift: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-virtualenv: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-voluptuous: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-weakrefmethod: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-wsgiref: Add python3 versionzangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15python-xstatic: Remove the recipezangrc
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>
2020-01-08python-cliff: upgrade 2.16.0 -> 2.17.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>