summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* directfb: Disable dtor-typedef warning with clang11Khem Raj2020-08-171-0/+2
| | | | | | | | | Fixes build src/core/Renderer.cpp:2021:21: error: destructor cannot be declared using a typedef 'DirectFB::Renderer::Throttle' (aka 'DirectFB::Throttle') of the class name [-Wdtor-typedef] Renderer::Throttle::~Throttle() ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sedutils: Fix build with clang11Khem Raj2020-08-172-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui-ncurses: Disable werror with clangKhem Raj2020-08-171-0/+3
| | | | | | | | | | clang11 find inconsistencies with overloading of functions and emits additional warning, lets not treat the warnings as errors on clang untill this is fixed Add RELWITHDEBINFO so debug info is generated as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix build with lto/clangKhem Raj2020-08-172-0/+41
| | | | | | | | | | | | | Define CMAKE_RANLIN to llvm-ranlib and use lld for linking since it detects LTO use for civetweb and therefore archives (.a) should be creatd is compiler ar/ranlib and gold or lld be used. backport a patch to fix build with clang, this patch is already proposed via [1] [1] https://github.com/facebook/rocksdb/pull/7265 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: Upgrade 1.6.10 -> 1.6.11Leon Anavi2020-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.11: Broker: - Fix usage message only mentioning v3.1.1. - Fix broker refusing to start if only websockets listeners were defined. - Change systemd unit files to create /var/log/mosquitto before starting. - Don't quit with an error if opening the log file isn't possible. - Fix bridge topic remapping when using "" as the topic. - Fix messages being queued for disconnected bridges when clean start was set to true. - Fix `autosave_interval` not being triggered by messages being delivered. - Fix websockets clients sometimes not being disconnected promptly. - Fix "slow" file based logging by switching to line based buffering. - Log protocol error message where appropriate from a bad UNSUBSCRIBE, rather than the generic "socket error". - Don't try to start DLT logging if DLT unavailable, to avoid a long delay when shutting down the broker. - Fix potential memory leaks. - Fix clients not receiving messages after a previous client with the same client ID and positive will delay interval quit. - Fix overly broad HAVE_PTHREAD_CANCEL compile guard. Client library: - Improved documentation around connect callback return codes. - Fix `mosquitto_publish*()` no longer returning `MOSQ_ERR_NO_CONN` when not connected. - `mosquitto_loop_start()` now sets a thread name on Linux, FreeBSD, NetBSD, and OpenBSD. - Fix `mosquitto_loop_stop()` not stopping on Windows. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlrpc-c: Upgrade 1.51.03 -> 1.54.02Arthur She2020-08-171-2/+3
| | | | | | | | | | | | | | | Upgrade to release 1.54.02: - Build: Use 'curl-config' found at configure time, not at make time. - Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo . - Fix tiny memory leak in virtually impossible low memory situation. It also solved one igt-gpu-tools test results misleading issue [1] [1] https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/92 Signed-off-by: Arthur She <arthur.she@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: Fix arm64 build with -fno-commonKhem Raj2020-08-172-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Fix build with -fno-commonKhem Raj2020-08-172-0/+312
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pegtl: Disable type-limits warningKhem Raj2020-08-171-0/+2
| | | | | | | gcc 10.2 warns with this rep_one_min_max.hpp:40:26: error: comparison of unsigned expression in '>= 0' is always true [-Werror=type-limits] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: Upgrade to 20.07.00Khem Raj2020-08-172-18/+8
| | | | | | | Use B = S since new version uses relative paths in makefiles this version compiles fine with clang too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: fix multilib conflictChangqing Li2020-08-141-0/+8
| | | | | | | | | fix error: .do_rootfs.2023872:4562: file /usr/bin/js60-config conflicts between attempted installs of mozjs-dev-60.9.0-r0.core2_64 and lib32-mozjs-dev-60.9.0-r0.core2_32 log.do_rootfs.2023872:4563: file /usr/include/mozjs-60/js-config.h conflicts between attempted installs of mozjs-dev-60.9.0-r0.core2_64 and lib32-mozjs-dev-60.9.0-r0.core2_32 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-icd-loader: Update beyond 2020.06.16Khem Raj2020-08-131-8/+10
| | | | | | | | | | | | License-Update: License is now apache-2.0 as per [1] Fixes build wih gcc10 Gather install artifacts from new locations [1] https://github.com/KhronosGroup/OpenCL-ICD-Loader/commit/44f384ae624675d6b0b92ce39a97cb7f4899d92a Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Anuj Mittal <anuj.mittal@intel.com>
* ocl-icd: Upgrade to latestKhem Raj2020-08-131-2/+2
| | | | | | | | | License-Update: Update copyrights [1] [1] https://github.com/OCL-dev/ocl-icd/commit/3920205736afbb67729e9c73c7b4c6fdb3fcb327#diff-7116ef0705885343c9e1b2171a06be0e Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Anuj Mittal <anuj.mittal@intel.com>
* opencl-headers: Upgrade to v2020.06.16Khem Raj2020-08-131-3/+4
| | | | | | | | License-Update: Switched to Apache-2.0 [1] [1] https://github.com/KhronosGroup/OpenCL-Headers/commit/35deb7576b83fd1244a3e0a89f896b787ed53818#diff-9879d6db96fd29134fc802214163b95a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Upgrade to 12.18.3Khem Raj2020-08-135-327/+14
| | | | | | | Drop already upstreamed patches use builtin uv, it does not build without it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: Fix build with -fno-commonKhem Raj2020-08-132-0/+105
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Fix build with -fno-commonKhem Raj2020-08-132-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifplugd: Fix build with gcc10/-fno-commonKhem Raj2020-08-132-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: Fix link failure with gcc 10Khem Raj2020-08-132-0/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: Update to latest tipKhem Raj2020-08-132-1/+31
| | | | | | Fix build with gcc10/-fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: Fix build with -fno-commonKhem Raj2020-08-132-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mg: Upgrade to 20200723 tagKhem Raj2020-08-134-29/+13
| | | | | | Fixes build with gcc10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblbxutil: Fix build with gcc10/-fno-commonKhem Raj2020-08-132-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openocd: Fix build with gcc10/-fno-commonKhem Raj2020-08-132-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: Fix build with -fno-commonKhem Raj2020-08-132-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix build with -fno-commonKhem Raj2020-08-1313-0/+101
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smstools3: Fix build with -fno-commonKhem Raj2020-08-132-1/+609
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: Fix build with -fno-commonKhem Raj2020-08-132-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fbida: Upgrade to 2.14Khem Raj2020-08-134-21/+93
| | | | | | | | | | * Redo libjpeg detection to use cross cpp * Add missing dependencies * Use cairo only when it is compiled with EGL support which is not defaul in oe-core * Fix build with gcc10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | gcc10+ defaults to -fno-common and fluentbit does not compile with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lprng: Fix build with -fno-commonKhem Raj2020-08-132-1/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sharutils: Fix build with -fno-commonKhem Raj2020-08-133-0/+140
| | | | | | | GCC 10 defaults to -fno-common that results into errors on multiple global variable definitions Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: fix packaging and installationAndrey Konovalov2020-08-131-1/+18
| | | | | | | | | | | | | | | | | | | | | | | libcamera checks if RPATH or RUNPATH dynamic tag is present in libcamera.so. If it does, it assumes that libcamera binaries are run directly from the build directory without installing them, and tries to use resorces like IPA modules from the build directory. Mainline meson strips RPATH/RUNPATH out from libcamera.so file at install time. But openembedded-core patches meson to disable RPATH/RUNPATH removal. That's why we need to remove this tag manually in do_install_append(). IPA module is signed (with openssl dgst) after it is built. But during packaging the OE build system 1) splits out debugging info, and 2) strips the binaries. So the IPA module so file installed isn't the one which the signature was calculated against. Then the signature check fails, and libcamera tries to run the IPA module isolated (in a sandbox), which doesn't work if the IPA module wasn't designed to run isolated. The solution is to recalculate the IPA modules signatures in ${PKGD} after do_package(). Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aoetool: make builds reproducibleSlater, Joseph2020-08-132-0/+13
| | | | | | | | Strip host path infomation out of binaries by not suppressing default CFLAGS. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: Fix build with -fno-commonKhem Raj2020-08-132-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* read-edid: Fix build with gcc-10+Khem Raj2020-08-132-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memtester: Fix build with -fno-commonKhem Raj2020-08-132-3/+61
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: Add workaround to fix build with clangKhem Raj2020-08-131-0/+2
| | | | | | | | | | | This is a bug introduced by cython [1] the workaround suppressed the additional warnings seen with clang [2] [1] https://github.com/cython/cython/issues/3474 [2] https://github.com/pandas-dev/pandas/issues/33239 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-matplotlib: Use lld for linking when using clangKhem Raj2020-08-131-0/+3
| | | | | | | | | | | | | | | build uses LTO and for some reason it does not work well when using clang-11 Fixes | /mnt/b/yoe/master/build/tmp/work/armv7vet2hf-neon-yoe-linux-musleabi/python3-matplotlib/3.3.0-r0/recipe-sysroot-nat ive/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld.gold: error: /mnt/b/yoe/master/build/tmp/work/armv7vet2h f-neon-yoe-linux-musleabi/python3-matplotlib/3.3.0-r0/build/temp.linux-x86_64-3.8/extern/agg24-svn/src/agg_bezier_arc .o: not an object or archive Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-redis: Upgrade 2.10.6 -> 3.5.3Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 3.5.3: - Restore try/except clauses to __del__ methods. These will be removed in 4.0 when more explicit resource management if enforced. - Update the master_address when Sentinels promote a new master. - Update SentinelConnectionPool to not forcefully disconnect other in-use connections which can negatively affect threaded applications. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-coverage: Upgrade 5.2 -> 5.2.1Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | Upgrade to release 5.2.1: - Fix: the dark mode HTML report still used light colors for the context listing, making them unreadable. - The time stamp on the HTML report now includes the time zone. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 0.16.3: - Fix AWS Lambda support for Python 3.8. - The AWS Lambda integration now captures initialization/import errors for Python 3. - The AWS Lambda integration now supports an option to warn about functions likely to time out. - Testing for RQ 1.5 - Flip default of traceparent_v2. This change should have zero impact. The flag will be removed in 0.17. - Fix compatibility bug with Django 3.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1Leon Anavi2020-08-131-3/+3
| | | | | | | | | | | | | Upgrade to release 0.4.1: - Added the custom transformer allowing a finer loading of custom Java streams License-Update: Use file LICENSE to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | Upgrade to release 1.4.2: - Fix compatibility when run with pytest pre-releases - Fix detection of third-party debuggers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0Leon Anavi2020-08-131-1/+2
| | | | | | | | | | | Upgrade to release 2.7.0: - Add support for packing subclasses of ext_serializable() application classes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cmd2: Upgrade 1.3.1 -> 1.3.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 1.3.2: - Added functions to fetch registered CommandSets by type and command name. - Fixed prog value of subcommands added with as_subcommand_to() decorator. - Fixed missing settings in subcommand parsers created with as_subcommand_to() decorator. These settings include things like description and epilog text. - Fixed issue with CommandSet auto-discovery only searching direct sub-classes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-rsa: Upgrade 3.4.2 -> 4.6Leon Anavi2020-08-131-5/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.6: - Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py for dependency management. There apparently is an issue no-binary installs of packages build with Poetry. - Limited SHA3 support to those Python versions (3.6+) that support it natively. The third-party library that adds support for this to Python 3.5 is a binary package, and thus breaks the pure-Python nature of Python-RSA. - To avoid older Python installations from trying to upgrade to RSA 4.4, this is now made explicit in the python_requires argument in setup.py The encrypt/decrypt-bigfile CLI commands have been removed in 2016 therefore the recipe has been updated accordingly. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-huey: Upgrade 2.2.0 -> 2.3.0Leon Anavi2020-08-131-1/+3
| | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Use monotonic clock for timing operations within the consumer. - Ensure internal state is cleaned up on file-lock when released. - Support passing around TaskException as a pickled value. - Set the multiprocessing mode to "fork" on MacOS and Python 3.8 or newer. - Added option to enforce FIFO behavior when using Sqlite as storage. - Added the on_shutdown handler to djhuey namespace. - Ensure exception is set on AsyncResult in mini-huey. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-graphviz: Upgrade 0.14 -> 0.14.1Leon Anavi2020-08-132-16/+17
| | | | | | | | | | | | | Add homepage and upgrade to release 0.14.1: Document the colon-separated node[:port[:compass]] format used for tail and head points in the edge()- and edges()-methods License-Update: Use file LICENSE.txt to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-login: Upgrade 0.4.1 -> 0.5.0Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 0.5.0: - New custom test client: `flask_login.FlaskLoginClient`. You can use this to write clearer automated tests. - Prefix authenticated user_id, remember, and remember_seconds in Flask Session with underscores to prevent accidental usage in application code. - Simplify user loading. - Various documentation improvements. - Set session ID when setting next. - Clear session identifier on logout. - Ensure use of a safe and up-to-date version of Flask. - Drop support of Python versions: 2.6, 3.3, 3.4 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>