summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mongodb: fix chown user for multilib buildsMartin Jansa2023-04-071-1/+1
| | | | | | | | * the user is named mongodb (BPN) and in multilib builds this fails with: chown: invalid user: 'lib32-mongodb:lib32-mongodb' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* restinio: fix S variable in multilib buildsMartin Jansa2023-04-071-2/+2
| | | | | | | | * do_populate_lic as well as do_configure fails in multilib builds, because S points to empty: lib32-restinio/0.6.13-r0/lib32-restinio-0.6.13/dev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: not deliver syslog-ng-update-virtualenvKai Kang2023-04-071-0/+4
| | | | | | | | | | | | | | syslog-ng-update-virtualenv causes install conflict when multilib enabled: Error: Transaction test error: file /usr/bin/syslog-ng-update-virtualenv conflicts between attempted installs of lib32-syslog-ng-4.0.1-r0.core2_32 and syslog-ng-4.0.1-r0.core2_64 Since python support is disabled, not deliver it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-terminal: 1.0.0 -> 1.0.4Kai Kang2023-04-071-1/+1
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-taskmanager: 1.5.2 -> 1.5.5Kai Kang2023-04-072-9/+9
| | | | | | | | | The content of the license file has been updated [1]. [1]: https://gitlab.xfce.org/apps/xfce4-taskmanager/-/commit/d47388f7 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdecor: update 1.1.0 -> 1.1.99Markus Volk2023-04-062-10/+44
| | | | | | | | | libdecor is needed under wayland for compositors that require client-side decoration (gnome/weston). Its consumers at the moment are at least libsdl2 and blender. Upstream has added a plugin for gtk. This is quite a useful feature, since programs that use libdecor don't fit well into gtk otherwise. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyruvate: regenerate with updated bbclassKhem Raj2023-04-061-89/+89
| | | | | | | * it's needed for compatibility with updated fetcher from: https://patchwork.yoctoproject.org/project/bitbake/patch/20230405122125.3358972-1-enrico.scholz@sigma-chemnitz.de/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: disable musl supportEtienne Cordonnier2023-04-061-0/+5
| | | | | | | | musl is not supported because the libc crate does not support functions like "endutxent" at the moment, so src/uucore/src/lib/features.rs disables utmpx when targetting musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.0.17 -> 0.0.18Etienne Cordonnier2023-04-062-137/+151
| | | | | Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: remove obsolete commentEtienne Cordonnier2023-04-061-1/+0
| | | | | | | | This comment does not make sense any more, now that the auto-generated recipe has been removed. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: Add crates checksumEtienne Cordonnier2023-04-061-267/+538
| | | | | | | | | Commit 93d691d58c1c43 did not add the crates checksum (even though the commit message says it did), and the crates fetcher is now failing with "No checksum specified". Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdnet: Upgrade to 1.16.3Khem Raj2023-04-064-20/+89
| | | | | | Fix build with upcoming autoconf 1.16.3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: recipes-extended: bitwise: Add ptestEver ATILANO2023-04-063-1/+33
| | | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Frank WOLFF <frank.wolff@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: set cpio path manuallyMarkus Volk2023-04-061-0/+9
| | | | | | | | This commit avoids HOSTTOOLS path in the file-roller and rmp2cpio binaries. This fixes reproducibility and probably also cpio support at runtime. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: fix systemd service settingChen Qi2023-04-061-1/+1
| | | | | | | The service file belongs to ${PN}-adbd instead of ${PN}. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Always use stat on 64bit linuxKhem Raj2023-04-062-0/+36
| | | | | | | stat64 is an alias to stat on 64bit linux moreover this makes it work with musl where LFS64 functions are deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-oe: Add libtinyxml2Khem Raj2023-04-061-0/+1
| | | | | | It takes < 4 seconds on qemux86_64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml2: Add ptest supportKhem Raj2023-04-062-5/+23
| | | | | | | - Switch to usong meson build system - Fix build with musl by defining _LARGEFILE64_SOURCE Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: Package /usr/lib/babl-0.1/ directoryKhem Raj2023-04-051-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: Drop clang10 workaround for mips/rv64Khem Raj2023-04-051-4/+0
| | | | | | | | | The issue reported in [1] works fine with clang 15+ This effectively reverts b12e87f84c4af258e8ea8cc78ed075989cbf9dcb and ff19c7c5694f79271ae26543562e5563d4250559 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-webserver: Fix missing upstream status on patchesKhem Raj2023-04-059-19/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-multimedia: Fix missing upstream status in several patchesKhem Raj2023-04-0520-3/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-xfce: Fix missing upstream status in patchesKhem Raj2023-04-052-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-ssleay-perl: Fix patch upstream statusKhem Raj2023-04-051-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: Update patch status for several recipesKhem Raj2023-04-0510-1/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: recipes-support: dc: Add ptestEver ATILANO2023-04-052-1/+47
| | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: python3-lorem: Add ptestEver ATILANO2023-04-052-1/+17
| | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: python3-path: Add ptestEver ATILANO2023-04-052-1/+23
| | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Remove double protocol= from SRC_URIsPeter Kjellerstedt2023-04-0513-13/+13
| | | | | | | | | | With the exception of paho-mqtt-cpp, the double protocol= attributes were added to the SRC_URIs when protocol=https was added to all SRC_URIs fetching from github.com in commit b402a3076f (recipes: Update SRC_URI branch and protocols). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: Improve the license informationPeter Kjellerstedt2023-04-051-2/+1
| | | | | | | | | | | Replace the about.html and notice.html files in LIC_FILES_CHKSUM with the LICENSE file. Including HTML files in LIC_FILES_CHKSUM complicates things when the license files that OE collects are, e.g., later processed and presented to a user where the expectation is that they are plain text files. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autossh: Correct the license informationPeter Kjellerstedt2023-04-051-3/+2
| | | | | | | | | | Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the correct lines from autossh.c and daemon.h are used. Also remove autossh.spec from LIC_FILES_CHKSUM as it doesn't really contain any license information. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Improve the license informationPeter Kjellerstedt2023-04-051-2/+1
| | | | | | | | | | | Replace the about.html and notice.html files in LIC_FILES_CHKSUM with the license information from one of the source files. Including HTML files in LIC_FILES_CHKSUM complicates things when the license files that OE collects are, e.g., later processed and presented to a user where the expectation is that they are plain text files. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: Correct the license informationPeter Kjellerstedt2023-04-051-1/+1
| | | | | | | | Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the correct lines from crc32c_adler.c are used. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: fix installed-vs-shipped with multilibMartin Jansa2023-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | * fixes: lib32-zsh-5.8: lib32-zsh: Files/directories were installed but not shipped in any package: /usr/share/lib32-zsh /usr/share/lib32-zsh/5.8 /usr/share/lib32-zsh/site-functions /usr/share/lib32-zsh/5.8/functions /usr/share/lib32-zsh/5.8/functions/_selinux_users ... 1000+ lines ... /usr/share/lib32-zsh/5.8/functions/VCS_INFO_bydir_detect Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-zsh: 1116 installed and not shipped files. [installed-vs-shipped] * they will clash if someone is trying to install both zsh and lib32-zsh, but it's not very likely as nobody sane was building lib32-zsh with 1000+ line warning regularly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: Fix build with musl/clangKhem Raj2023-04-053-47/+55
| | | | | | | | | recipe ptest results led to this issue where the tests would fail with clang but not with gcc, the reason is that clang find more errors and configure tests were failing. Fixes thusly, this also means that other patch to fix musl build is no longer needed as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sox: remove ffmpeg dependencyEnrico Scholz2023-04-051-1/+1
| | | | | | | | | | | | | ffmpeg format handler was removed from sox in 2013 ([1]). Drop it also from DEPENDS. This makes sox generally available without the need to whitelist the commercial ffmpeg license. [1] https://sourceforge.net/p/sox/code/ci/5ae4049727d4f29036ad541bde5863c850aa7755 Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jwt-cpp: enable usage in an SDKUlrich Ölmann2023-04-051-0/+2
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.3.1 -> 3.0.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Drop support for Python 3.6. watchdog is now PEP 561 compatible, and tested with mypy Fix missing > in FileSystemEvent.__repr__() (#980) [ci] Lots of improvements [inotify] Return from InotifyEmitter.queue_events() if not launched when thread is inactive (#963) [tests] Stability improvements [utils] Remove handling of threading.Event.isSet spelling (#962) [watchmedo] Fixed tricks YAML generation (#965) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.3.2 -> 13.3.3Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Added Style.clear_meta_and_links Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.17.0 -> 1.18.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Updated denylist to include other widely used cookies/headers (#1972) Forward all sentry- baggage items (#1970) Update OSS licensing (#1973) Profiling: Handle non frame types in profiler (#1965) Tests: Bad arq dependency in tests (#1966) Better naming (#1962) New: Implement EventScrubber (#1943) New: Added new functions_to_trace option for central way of performance instrumentation (#1960) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: upgrade 3.0.1 -> 3.0.2Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | Changelog: =========== Improved warnings by ensuring that they target user code and not Typeguard internal code Fixed warn_on_error() not showing where the type violation actually occurred Fixed local assignment to *args or **kwargs being type checked incorrectly Fixed TypeError on check_type(..., None) Fixed unpacking assignment not working with a starred variable (x, *y = ...) in the target tuple Fixed variable multi-assignment (a = b = c = ...) being type checked incorrectly Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.10.31 -> 2023.3.23Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | Changelog: =========== Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts. Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.5.1 -> 4.5.4Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Upgrade urgency: SECURITY, contains fixes to security issues. -------------------------------------------------------------- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. Bug Fixes ------------- Fixing cancelled async futures (#2666) Fix: do not use asyncio's timeout lib before 3.11.2 (#2659) Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630) Maintenance -------------- Minor fixes for #2666 and enhanced async test (#2673) Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669) Removing accidentally checked in files (#2642) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.1.1 -> 1.2.0Wang Mingyu2023-04-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.169.2 -> 2.4.169.3Wang Mingyu2023-04-051-1/+1
| | | | | | | | Fix: - Invalid check if taxo is enabled. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.2.1 -> 3.2.2Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Add forgotten await Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 1.10.6 -> 1.10.7Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix creating schema from model using ConstrainedStr with regex as dict key Address bug in mypy plugin caused by explicit_package_bases=True Add implicit defaults in the mypy plugin for Field with no default argument Fix schema generated for Enum values used as Literals in discriminated unions Fix mypy failures caused by the pydantic mypy plugin when users define from_orm in their own classes Fix InitVar usage with pydantic dataclasses, mypy version 1.1.1 and the custom mypy plugin Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.11.0 -> 3.12.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Fix 96x16 OLED panel offset Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: upgrade 4.1.0 -> 4.1.1Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Add ------ Add fromisoformat method to jdatetime.date Add support for Python 3.11 Fixed ------ Fix two chars month handling in jdatetime.datetime.strptime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.4 -> 13.0.6Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | Changelog: ========== Fix socket leak (#718) Don't call launch callback on error (#715) Wait for response when stopping app (#714) Simplify request callback handling (#712) Make sure handler is unregistered after quickplay (#713) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>