summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pim435: Relocate sources to eclipsePhilippe Coval2022-09-091-2/+2
| | | | | | | | | | | | | | | | | This driver is now part of Eclipse's oniro-blueprints project Note: Once transition is finished, existing copies will be need to be archived For history referer to related tickets if curious. Relate-to: https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/787 Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/vending-machine/meta-oniro-blueprints-vending-machine/-/issues/1 Relate-to: https://gitlab.eclipse.org/pcoval/pim435/-/issues/2 Relate-to: https://git.ostc-eu.org/distro/components/vending-machine-control-application/-/issues/2 Forwarded: https://github.com/openembedded/meta-openembedded/pull/603 Origin: https://github.com/astrolabe-coop/meta-openembedded Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: Fix typo in EXTRA_OECONF and remove unneeded extra CFLAGSIvan Maidanski2022-09-091-3/+1
| | | | | | | * fix typo in "--enable-cplusplus" * "-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" not needed any more Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parsimonious: upgrade 0.9.0 -> 0.10.0zhengrq.fnst2022-09-081-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.4.3 -> 1.4.4zhengrq.fnst2022-09-081-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sympy: upgrade 1.10.1 -> 1.11.1zhengrq.fnst2022-09-081-2/+2
| | | | | | | License-Update: Copyright year updated to 2022. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-natsort: upgrade 8.1.0 -> 8.2.0zhengrq.fnst2022-09-081-1/+1
| | | | | | | | | | Changelog: =========== Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior Reduce strictness of type hints to avoid over-constraining client code Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 0.3.56 -> 0.3.57Markus Volk2022-09-082-60/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 0.3.57 (2022-09-02) This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. Highlights Support masking of conf.d/ files. (#2629) Use org.freedesktop.portal.Realtime when available. This does the correct PID/TID mappings to make realtime also work from flatpaks. Fix rate adjustment logic in pulse-tunnel. This would cause increasing delays and hickups when using tunnels. (#2548) Add OPUS as a new vendor codec. Add OPUS-A2DP spec. PipeWire can now send and receive OPUS data over bluetooth. An AAC decoder was added so that PipeWire can now also function as an A2DP AAC receiver. Fix some issues where the wrong samplerate was used. (#2614) Fix rate match for sources. This fixes an error where follower sources would generate many resync warnings. Many more bugfixes and improvements. PipeWire Support masking of conf.d/ files. (#2629) Add some more debug info to memfd. Improve data-loop invoke method. Also flush pending items. (#2631) Add a filter-chain systemd service file than can be used to start custom filters placed in ~/.conf/pipewire/filter-chain.d/ (#2553) Improve triggered timestamps for remote nodes. Fix some potential cross compilation problems due to wrong host_machine. Check return values of pw_getrandom(). Tools Updates to pw-cli manpages. (#2552) Remove the pw-cli dump command. It is mostly implemented as part of wpctl status, pw-dump, pw-link, pw-top and others. Clean up resource in pw-cat correctly on errors. (#2651) Modules Fix compilation of AVB on big-endian. Enable AVB only on Linux. Use org.freedesktop.portal.Realtime when available. This does the correct PID/TID mappings to make realtime also work from flatpaks. Fix compilation of ROC module when headers are missing. (#2513) Improve some error cleanup paths in protocol-native. Improve connect and disconnect. Fix a potential crash in FFT unload in filter-chain. Implement PIPEWIRE_NOTIFICATION_FD for notification when the socket is ready. Try to use rtkit if set_nice() fails. Fix rate adjustment logic in pulse-tunnel. This would cause increasing delays and hickups when using tunnels. (#2548) Handle disconnect in pulse-tunnel. Bluetooth Add OPUS as a new vendor codec. Add OPUS-A2DP spec. PipeWire can now send and receive OPUS data over bluetooth. An AAC decoder was added so that PipeWire can now also function as an A2DP AAC receiver. SPA Tweak the resampler window function some more. (#2574) Improve format convert performance in some fallback cases. Fix rounding in format conversion on ARM NEON. Fix libcamera build error. (#2575) Fix some issues where the wrong samplerate was used. (#2614) Don't wait for more samples that can fit in the ringbuffer in ALSA. Improve buffer size handling in audioconvert, scale the buffers based on the rate conversion and make things work with really large rate conversions as well. Add more and better debug for ALSA devices. Improve channel mix: Filter FC and LFE when copying from a different layout. Implement STEREO from FC. Avoid generating REAR from FC in PSD mode. Fix rate match for sources. This fixes an error where follower sources would generate many resync warnings. Improve ALSA format negotiation. If the ALSA node is not running and there was a previously configured format, close and reopen the device to enumerate and accept all possible formats again. (#2625). ALSA The alsa plugin will now also save the volumes set with the control API. This saves the volumes set with alsa-mixer, for example. Pulse-server Flatpak apps with devices=all (Zoom) will now be granted Manager permissions. Small tweaks to the amount of data sent to clients to work around an issue in freerdp. JACK Clean up the transport correctly when closing a client. (#2569) Match context properties in addition to node properties for the jack client rules. (#2580) Make sure to return an error when disconnected from the server. (#2606) Fix thread cast problem in jack_client_thread_id(). Increase jack_client_name_size() length and make sure we have space for the \0 byte. JACK clients from the same application will be added to the same group so that they share the quantum and rate. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: Fix build on 32bit arches with 64bit time_t defaultsKhem Raj2022-09-082-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.12.5 -> 2.12.9Leon Anavi2022-09-081-1/+1
| | | | | | | | | | | | Upgrade to release 2.12.9: - Fixed creation of the ``__init__`` of ``dataclassess`` with multiple inheritance. - Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: Upgrade 0.8.11 -> 0.9.0Leon Anavi2022-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.9.0: - Removed legacy implementation of HierarchicalMachine from the package - Fix active state styling in GraphMachine - Fix issues related to scopes and queueing in HierachicalMachine - Reflexive transitions (dest: '=') had not been resolved correctly when source was a wildcard - HSM did not detect reflexive transitions if src was a parent state - Fix implicit fallback to graphviz when pygraphviz was not installed - Fix on_timeout callback resolution when timeout had been initialized with timeout=0 - Last label in GraphSupport was not correctly aligned when show_attributes=True - Feature: Add pyi stub files for better type hinting. Since many functions and constructors allow rather arbitrary arguments time will tell whether typing should be strict (and cause more mypy issues) or more relaxed (and thus less precise). - Reviewed and improved method documentation - Add may transition check to transitions - Refactored error handling to be able to handle MachineError in on_exception callbacks - Add mypy to test workflow - Add Retry state to supported state stereotypes - Machine._identify_callback has been converted to instance method from class method - LockedMachine._get_qualified_state_name has been converted to instance method from static method - Removed _super workaround related to dill License-Update: File changes, the licese remains the same MIT Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: Upgrade 2.6.0 -> 2.7.0Leon Anavi2022-09-081-1/+1
| | | | | | | | | Upgrade to release 2.7.0: - Official support of python 3.10, 3.11 and 3.12 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: Upgrade sdbus-c++-tools 1.1.0 to 1.2.0Riyaz Khan2022-09-081-1/+1
| | | | | | | | | | Update SHA value in SRCREV. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan <rak3033@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Upgrade sdbus-c++ 1.1.0 to 1.2.0Riyaz Khan2022-09-083-57/+2
| | | | | | | | | | | | Add SHA value in SRCREV and remove 7f437a6e06d2ec3abd3e2fd1101ab6aab386bc44.patch as this this patch is already part of 1.2.0 Source. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan <rak3033@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Fix build with clangKhem Raj2022-09-071-0/+4
| | | | | | Disable Wint-conversion as error Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cockpit: Update to 276Khem Raj2022-09-074-57/+66
| | | | | | Specify --with-admin-group and no error on xsltproc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* matplotlib: Upgrade to 3.5.3Khem Raj2022-09-072-5/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Avoid programs using gets()Khem Raj2022-09-073-0/+66
| | | | | | Included needed header for isdigit() Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Use local strlcpy implementation on glibcKhem Raj2022-09-072-0/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libesmtp: Enable gnu strerror_r on glibcKhem Raj2022-09-071-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sthttpd: Define _GNU_SOURCE if HAVE_SIGSET is setKhem Raj2022-09-072-0/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Fix unused variable errorKhem Raj2022-09-072-0/+11
| | | | | | | | Fixes r: variable 'i' set but not used [-Wunused-but-set-variable] | for (uint8_t i = 0;; i++) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcpp: Fix build with clangKhem Raj2022-09-072-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: Fix build time tests and use the scripts/buildKhem Raj2022-09-073-31/+245
| | | | | | | | | scripts/build does some configure like work before handing of compilation to make, and these tests are essential for OE builds too e.g. socklen_t differs between musl and glibc and this script can detect that well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* passwdqc: Upgrade to 2.0.2Khem Raj2022-09-072-12/+9
| | | | | | | License-Update: install-dependencies.sh and run-build-and-tests.sh are mentioned under GPL-2.0 but they are not included in release tarball Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnet: Add time.h from strftime/time prototypesKhem Raj2022-09-072-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: Fix check for pthread_detachKhem Raj2022-09-072-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Disable lto.Khem Raj2022-09-072-2/+39
| | | | | | | lto does not work always. Its enabled only in civetweb and no where else. Fow cosnsitent builds disable it everywhere. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 1.9.1 -> 2.2.0Wang Mingyu2022-09-073-17/+66
| | | | | | | | | | License-Update: Copyright year updated to 2022. 0001-Do-not-download-the-catch-framework-during-configure.patch added to download the catch framework before configure. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Include config.h before using CONFIG_ERROR_HKhem Raj2022-09-071-15/+12
| | | | | | Fix use before definition case. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tftp-hpa: Fix includes for bsd_signal()Khem Raj2022-09-072-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Define _DEFAULT_SOURCE for timegm APIKhem Raj2022-09-072-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix build on non-x86 and arm architecturesKhem Raj2022-09-072-14/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: Upgrade to latest and fix configure testsKhem Raj2022-09-073-2/+75
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: Explicitly pass -D_GNU_SOURCE via cflagsKhem Raj2022-09-071-0/+2
| | | | | | musl will need this defines for funcitons like asprintf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Fix configure check for pthread_detachKhem Raj2022-09-072-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.48.0 -> 1.48.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.48.0 -> 1.48.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.57.0 -> 2.58.0Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.8.2 -> 2.10.0Wang Mingyu2022-09-071-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ Features -------- Add 'strict' to flatten_query_params to lower-case bools (#433) (83678e9) Make grpc transcode logic work in terms of protobuf python objects (#428) (c3ad8ea) Bug Fixes --------- Require python 3.7+ (#410) (7ddb8c0) Restore support for grpcio-gcp (#418) (8c19609) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 3.2.12 -> 4.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: upgrade 6.6.0 -> 6.7.0Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.12.4 -> 2.12.5Wang Mingyu2022-09-071-1/+1
| | | | | | | | | | | Changelog: ========== * Prevent first-party imports from being resolved to 'site-packages'. * Fix "astroid.interpreter._import.util.is_namespace()" incorrectly returning "True" for frozen stdlib modules on PyPy. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: upgrade 1.2.3 -> 1.2.4Wang Mingyu2022-09-073-19/+36
| | | | | | | | | | | 0001-Make-extern-declarations-in-header-file.patch refreshed for new version. 0001-Modify-include-dir.patch added to modify the dir of nonexist file. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgreql: Fix pg_config not working after buildpaths patchSteffen Olsen2022-09-061-1/+10
| | | | | | | | | The patch for removing 'QA issues' with pg_config was incomplete, it did not change the number of items supposed to be in the configdata stucture. This leads to get_configdata function asserting, and pg_config command does not work Signed-off-by: Steffen Olsen <steffen.olsen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Add dialog-lvgl recipe as demo examplePhilippe Coval2022-09-061-0/+29
| | | | | | | | | | | This example was written just to validate lvgl on wayland, Feel free to get inspiration from. Origin: https://github.com/astrolabe-coop/meta-openembedded Forwarded: https://github.com/openembedded/meta-openembedded/pull/601 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/issues/5 Relate-to: https://git.ostc-eu.org/rzr/dialog-lvgl/-/wikis/ Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com>
* dbus-broker: update to v32Luca Boccassi2022-09-061-1/+1
| | | | https://github.com/bus1/dbus-broker/releases/tag/v32
* lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16Wang Mingyu2022-09-065-16/+21
| | | | | | | | | | | 0005-do-not-build-manual.patch 0006-start-lvm2-monitor.service-after-tmp.mount.patch refreshed for new version. Add bash to RDEPENDS. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdev-checklib-perl: upgrade 1.14 -> 1.16Wang Mingyu2022-09-062-12/+11
| | | | | | | | 0001-CheckLib.pm-don-t-execute-the-binary.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.13.2Khem Raj2022-09-059-2232/+85
| | | | | | | | | | | | | | | | | | | License-Update: Add attribution to Lawrence Livermore National Laboratory and the United States Department of Energy Drop the Advertizing Clause from COPYING Forward port patches Drop 0001-cross-compiling-support.patch bring in qemu usermode to do runtime pieces of build Delete cached source files, as they are no longer needed Upgrade version info in python3-h5py as well to match the upgraded version number Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-atm: Remove AC_CHECK_LIB for libresolvKhem Raj2022-09-052-0/+29
| | | | | | | libatm uses res_search which is provided by libc now a days in both glibc and musl, we dont need to error out if libresolv is not found Signed-off-by: Khem Raj <raj.khem@gmail.com>