summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* python3-flask-login: Consolidate in a single fileLeon Anavi2020-08-132-15/+15
| | | | | | | | Consolidate inc and bb files into a single bb file. 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-parse: Upgrade 1.15.0 -> 1.16.0Leon Anavi2020-08-131-3/+3
| | | | | | | | | | | | Upgrade to release 1.16.0: Make compiled parse objects pickleable License-Update: Use file 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-sympy: Upgrade 1.6.1 -> 1.6.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.2: - Fixed a bug that made matrix operations fail in a multithreaded application - Using factor with the extension argument no longer hangs in some cases - Calling preview with viewer="file" no longer looks for a file executable (a regression in 1.6.0) - The deprecation of calling preview with viewer="StringIO" is now expired instead of forgotten (a regression in 1.6.0) - intersphinx links to :mod:`sympy` no longer point to the documentation for Immutable Matrices 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-tqdm: Upgrade 4.48.0 -> 4.48.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.48.2: - fix notebook formatting - fix ANSI escape codes breaking tqdm.write - fix long-lived strongref - fix cli --version crash on missing git/refs/heads - fix contrib.tenumerate ignoring total - fix potential deep => shallow kwargs copy issues - improve notebook display for unknown total - make asyncio inherit from std rather than auto - make auto multi-inherit from autonotebook, asyncio on Python3.5+ - misc documentation & examples updates - mention docker-compose requirements - misc linting & tidy - misc minor testing framework updates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: Upgrade 0.3.3 -> 0.4.0Leon Anavi2020-08-131-2/+2
| | | | | | | | Upgrade to release 0.4.0 to support Python 3.9. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.2.2 -> 5.3.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.3.2: - Fixed incorrect warning code (W503->W0503) - Improve upgrade warnings to be less noisy and point to error codes for easy interoperability with Visual Studio Code - Implemented ability to treat all or select comments as code - Implemented ability to use different configs for different file extensions - Implemented ability to specify the types of imports - Implemented ability to dedup import headings - Added experimental support for sorting literals - Added experimental support for sorting and deduping groupings of assignments - Improved handling of deprecated single line variables for usage with Visual Studio Code - Improved handling of mixed newline forms within same source file - Improved error handling for known sections - Improved API consistency, returning a boolean value for all modification API calls to indicate if changes were made - Fixed spurious errors when combining skip with --gitignore - Fixed --skip-gitignore does not honor ignored symlink Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.4.2 -> 1.5.1Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | Upgrade to release 1.5.1: - support signed integers in `util.ba2int()` and `util.int2ba()` - deprecate `.length()` in favor of `len()` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperlink: Upgrade 19.0.0 -> 20.0.1Leon Anavi2020-08-131-3/+3
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.0.1: - Rerelease to fix packaging metadata around conditional requirements. - CPython 3.7 and 3.8 and PyPy3 added to test matrix. - Hyperlink now has type hints and they are now exported per PEP 561. - Several bugs related to hidden state were fixed, making it so that all data on a URL object (including rooted and uses_netloc) is reflected by and consistent with its textual representation. This does mean that sometimes these constructor arguments are ignored, if it would create invalid or unparseable URL text. License-Update: New contributor added. No change of license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-core: Upgrade 1.14.1 -> 1.15.0Leon Anavi2020-08-131-2/+2
| | | | | | | | | | Upgrade to release 1.15.0: - Parallel bus and I2C backpack support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: smartcard support is optional, and needs nssAdrian Bunk2020-08-131-0/+2
| | | | | | | | | | ../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | gcc10 defaults to -fno-common and kexecboot does not compile with -fno-common, so use -fcommon explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Compile with -fcommonKhem Raj2020-08-131-1/+1
| | | | | | | | gcc 10 defaults to -fno-common, but klibc does not build with -fno-common, it will need some work to get there, until then use -fcommon explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Upgrade to 1.6.9Khem Raj2020-08-131-33/+34
| | | | | | | Switch to using cmake Use CMake option to select musl support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.90.1 -> 20.08.0Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | | | | | | Looks like they changed release schema. Release 20.08.0: core: * Sub-page objects: initialize clip max values considering the render resolution. Issue #937 * Splash: Set initial line width to 1. Issue #674 * Fix stack overflow with specially crafted files * GfxShading: Simplify holding the Function * Splash: Fix x86 + windows asm build qt5: * Deprecate Document::toc * Deprecate AnnotationUtils Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 3.36.2 -> 3.36.3Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | ============== Version 3.36.3 ============== - User switching fix - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: re-add 3.36.3Andreas Müller2020-08-132-0/+35
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.36.4 -> 3.36.5Andreas Müller2020-08-131-3/+2
| | | | | | | | | | | | | | | | Evolution-Data-Server 3.36.5 2020-08-07 --------------------------------------- Bug Fixes: I#236 - Uses LC_ADDRESS unconditionally in libphonenumber code (Milan Crha) I#240 - IMAPx: Disable move to real junk/trash in server-side virtual folders (Milan Crha) Miscellaneous: Fix a memory leak in ebmb_gather_photos_local_filenames() (Milan Crha) ESoupSession: Provided SoupAuth might not be always used by libsoup (Milan Crha) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: upgrade 3.36.2 -> 3.36.3Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | | | | | | | version 3.36.3 -------------- Bugs fixed: * Drag-and-Drop crash after cancelling file overwrite. (Guilherme Silva) New or updated application translations: * Chinese (Cheng-Chia Tseng) New or updated manual translations: * Turkish (Emin Tufan Çetin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: upgrade 3.36.4 -> 3.36.5Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | Major change is removal of md5 checksum because this is a very exciting upgrade: =============== Version 3.36.5 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.4 -> 4.14.5Andreas Müller2020-08-131-1/+1
| | | | | | | | | | | Release notes for 4.14.5 ======================== - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.8.4+ -> 2.9.1Andreas Müller2020-08-131-5/+6
| | | | | | | | | | | | Seems they changed build so we have to build in-tree. With out of tree autotools build would break with: | glib-compile-resources --target=udisks-daemon-resources.h --generate-header --sourcedir=../../git udisks-daemon-resources.xml | glib-compile-resources --target=udisks-daemon-resources.c --generate-source --sourcedir=../../git udisks-daemon-resources.xml | Failed to open file “udisks-daemon-resources.xml”: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Update to latest tipKhem Raj2020-08-132-48/+1
| | | | | | Drop 0001-allocate-space-for-buf-on-heap.patch this is already fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: Fix build with -fno-commonKhem Raj2020-08-132-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mimic: Upgrade to 1.3.0.1Khem Raj2020-08-133-4/+66
| | | | | | | Add a patch to fix build with -fno-common Backport a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>