summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sysdig: Allow to build with CMake 4+Moritz Haase9 days2-1/+38
| | | | | | | | | | The latest release seems to have support to build with CMake 4+, but updating requires major changes to the recipe and so far I haven't managed to get a build passing. Thus, apply the 'minimum policy version' override instead and backport one patch to unblock builds with CMake 4. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Backport patch to support builds with CMake 4+Moritz Haase9 days2-0/+43
| | | | | | | There hasn't been a new upstream release yet that ships the required changes. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gattlib: upgrade 0.2.0 -> 0.7.2Moritz Haase9 days2-5/+28
| | | | | | | | | | | | New version includes support to build against CMake 4+. Release notes are available at [0]. [0]: https://github.com/labapart/gattlib/releases License-Update: Copyright year changed Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts: Allow to build with CMake 4+Moritz Haase9 days1-1/+3
| | | | | | | | | | | Latest HEAD supports builds with CMake 4+, but the corresponding patch at [0] is considered to be too invasive to backport. Instead, apply the 'minimum policy version' override. [0]: https://github.com/KhronosGroup/Vulkan-Video-Samples/commit/ab3b3b37dc120b383922dde9850cee8d185b45f3 Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: Allow to build with CMake 4+Moritz Haase9 days1-1/+2
| | | | | | | | | | | | The 2.x branch of dnfdragora is in maintenance mode. Official support to build with CMake 4+ is only available in preview versions of v3 (named 2.99.x, see [0]) which are only compatible with dnf v5. Thus, apply the 'minimum policy version' override. [0]: https://github.com/manatools/dnfdragora/commit/0b84709de2b6e981b6359f1ad9806eca5e267462 Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Allow to build with CMake 4+Moritz Haase9 days1-0/+1
| | | | | | | | | | | The 2.x branch of freerdp is in maintenance mode and upstream has ruled out changes to officially support builds with CMake 4+ (see [0]). Thus, apply the 'minimum policy version' override. [0]: https://github.com/FreeRDP/FreeRDP/issues/11707 Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: upgrade 0.9.14 -> 0.9.15Moritz Haase9 days2-2/+29
| | | | | | | | | | | | Also pull in a patch to support builds with CMake 4+ that hasn't made it into a release yet. Release notes are available at [0]. [0]: https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.15 Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* czmq: Allow to build with CMake 4+Moritz Haase9 days1-0/+1
| | | | | | | | | | | | There hasn't been an upstream release in four years. Latest HEAD supports builds with CMake 4+, but the corresponding patches at [0] and [1] are considered to be too invasive to backport. Instead, apply the 'minimum policy version' override. [0]: https://github.com/zeromq/czmq/commit/00d7750304f1c144f47225274b22ea8d638641ed [1]: https://github.com/zeromq/czmq/commit/53b46d63b41c51e32b5d539aa78ca91846f6a2a1 Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* soci: upgrade 4.0.3 -> 4.1.2Moritz Haase9 days2-35/+2
| | | | | | | New version includes support to build against CMake 4+. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libubox: Update to latest tip of trunkMoritz Haase9 days5-58/+61
| | | | | | | | Fixes builds with CMake 4+. All patches that are still required have been refreshed and a new patch for CMake 4 compatibility has been added. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2tools: Do not hardcode 'git' as part of path in ptestsKhem Raj10 days1-3/+4
| | | | | | | | | | | | Before S was not inside UNPACKDIR and default path for recipes using git fetcher would be in WORKDIR/git but it has changed now recently after S moved inside UNPACKDIR the name of source folder is no more 'git', use wildcard to find the files to delete Fixes ERROR: e2tools-0.1.2-r0 do_package_qa: QA Issue: /usr/lib/e2tools/ptest/e2tools-0.1.2/.git/hooks/update.sample contained in package e2tools-ptest requires /usr/bin/sh, but no providers found in RDEPENDS:e2tools-ptest? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: 3.5.0 -> 3.7.0Tom Geelen10 days1-4/+4
| | | | | | | | Update PYPI_PACKAGE as the package naming has changed Drop obsolete RDEPENDS Update LIC_FILES_CHECKSUM: license type is unchanged. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-unordered: 0.6.0 -> 0.7.0Tom Geelen10 days1-1/+3
| | | | | | Update PYPI_PACKAGE as the package naming has changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-timeout: 2.3.1 -> 2.4.0Tom Geelen10 days1-1/+3
| | | | | | Update PYPI_PACKAGE as the package naming has changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: 6.0.0 -> 6.1.1Tom Geelen10 days1-2/+4
| | | | | | | Added additional runtime dependency on python3-pluggy. Update PYPI_PACKAGE as the package naming has changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: 3.3.6 -> 3.3.7Tom Geelen10 days3-12/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: 0.24.0 -> 1.0.0Tom Geelen10 days1-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: upgrade 6.14.11 -> 7.14.11Dario Binacchi10 days1-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Extending _GNU_SOURCE to the CFGLAS of all platforms, not just mipsarchn64, was necessary to fix the following error raised during the compilation of the new version: ufs_emon.c: In function ‘do_emon’: ufs_emon.c:455:51: error: ‘O_DIRECT’ undeclared (first use in this function); did you mean ‘O_DIRECTORY’? 455 | fill_data_fd = open("fill_file", O_RDWR | O_DIRECT | O_CREAT, | ^~~~~~~~ | O_DIRECTORY ufs_emon.c:455:51: note: each undeclared identifier is reported only once for each function it appears in This _GNU_SOURCE define was added upstream in commit [1] in the Makefile default CFLAGS, but since Yocto redefines those it needs to be added back. Release notes: https://github.com/SanDisk-Open-Source/ufs-utils/releases/tag/v7.14.11 [1] https://github.com/SanDisk-Open-Source/ufs-utils/commit/183e0deb28f13cfb3caf161fc6d0f3cd1edb05c2 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Update to latest tip if trunkKhem Raj10 days1-2/+2
| | | | | | Fixes build with cmake4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Update to latest tip on trunkKhem Raj10 days2-31/+2
| | | | | | Fix build with cmake4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nngpp: Fix build with cmake4Khem Raj10 days2-5/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-daemon: Update to latest of trunkKhem Raj10 days1-1/+3
| | | | | | | Fixes build with trunk Disable prepending uptime to logs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* obexftp: Fix build with cmake4Khem Raj10 days1-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Upgrade to 4.2.3Khem Raj10 days1-2/+2
| | | | | | Add missing build time dependency on requests python module Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Enable webui and mediactrl packageconfigs by defaultKhem Raj10 days1-0/+2
| | | | | | these are required by default configuration for python3-wxgtk4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: require x11 in DISTRO_FEATURESMartin Jansa10 days1-1/+3
| | | | | | | | | * for libx11 and libxt * only 2.10 version seems to use it * surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oscam: Add DCMAKE_POLICY_VERSION_MINIMUM=3.5Khem Raj11 days1-1/+4
| | | | | | Fixes build with cmake4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Upgrade to 4.12.0 releaseKhem Raj11 days5-206/+5
| | | | | | | | Update submodules to match the working version with 4.12.0 Drop backports which are already present in 4.12.0 Upgrade fastcv to 4.x_20250606 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Upgrade to 9.6.2 releaseKhem Raj11 days1-4/+4
| | | | | | | Fixes build with cmake4+ Inherit bash-comoletion and pkgconfig to find sqlite3 deps correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openobex: Fix build with cmake4Khem Raj11 days1-2/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Fix build with cmake4Khem Raj11 days6-0/+134
| | | | | | Backport patches for a few sub-modules Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidget: Upgrade to 3.2.8Khem Raj11 days2-30/+5
| | | | | | Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: Upgrade to 2.10.1 releaseKhem Raj11 days1-1/+4
| | | | | | Use meson for building Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: Upgrade to 4.20.1Khem Raj11 days1-2/+9
| | | | | | | Use meson for building Add missing buildtime dependencies needed for this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-clipman-plugin: Use meson for building this recipeKhem Raj11 days1-5/+7
| | | | | | | autotools is still supported upstream but meson is preferred starting with 1.7 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classed/xfce: Add XFCEBASEBUILDCLASSKhem Raj11 days1-1/+4
| | | | | | | | Default to autotools to keep the present defaults working, it allows building xfce components with meson, many of newer releases of xfce components are using meson Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-clipman-plugin: Upgrade to 1.7.0Khem Raj11 days2-16/+21
| | | | | | | Add dependency on wayland and glib-2.0 native versions, needed for configuring the plugins Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classed/xfce: Make download tarball extention type configurableKhem Raj11 days3-3/+4
| | | | | | | Default is still tar.bz2, but there is now option to use tar.xz which is some of new xfce component releases are only xz compressed tarballs. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: upgrade spdlog 1.15.1 -> 1.15.3Peter Marko11 days1-3/+3
| | | | | | | Fixes CVE-2025-6140 (in 1.15.2). Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: upgrade 1.15.0 -> 1.15.3Peter Marko11 days1-3/+2
| | | | | | | Fixes CVE-2025-6140 (in 1.15.2). Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: Upgrade to 11.7Khem Raj11 days1-4/+12
| | | | | | | Enable TLS support Fix build with cmake4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Upgrade to 1.8.4Khem Raj11 days3-23/+47
| | | | | | Use default cmake backend ( ninja ) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Upgrade to 1.4.3Khem Raj11 days3-94/+5
| | | | | | | | | | | | | | Drop 0001-util-consideredharmful-Use-overloadable-func-attribu.patch which is fixed differently upstream [1] Specify strip=false via meson cmdline and avoid patching sources Move dependency to libsdl3 instead of libsdl2 which is required in this version [1] https://github.com/taisei-project/taisei/commit/6a0c1c8bf0138b565bc2dd39f4175f76ba254129 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: upgrade 3.72 -> 3.73Jason Schonberg11 days1-3/+3
| | | | | | | | | | | | | | | | | | | | | | Change history for HTML-Parser 2020-08-24 3.73 * Added a .mailmap file to organize contributions accurately. * Ensure all versions are equal and on the current version * Add the .mailmap to the MANIFEST * Change the META information to point to the new GH repository * Add a .perltidyrc to use going forward * Add hctype.h and pfunc.h to the dist as static files and stop asking for them to be built on the user's end. * Remove t/pod.t from userland testing * Remove t/pod-coverage.t from userland testing * Clean up the MANIFEST * Start testing via GitHub Actions/Workflows * Protect active parser from being freed (PR 13, RT #115034) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: Add patch for CMake 4+ compatibilityAlper Ak11 days2-0/+1555
| | | | | | | | | | | | | | | | | | | Fix: | CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmatroska: Add patch for CMake 4+ compatibilityAlper Ak12 days2-1/+43
| | | | | | | | | | | | | | | | | | | Fix: | CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-serial-test: Bump SRCREV to allow CMake 4+ compatibilityAlper Ak12 days1-2/+1
| | | | | | | | | | | | | | | | | | | Fix: | CMake Error at CMakeLists.txt:4 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: Upgrade 3.9.0 -> 3.9.1Leon Anavi12 days1-2/+1
| | | | | | | | | | Upgrade to release 3.9.1: - Fixed deletion of Local values affecting other contexts - Skip CPython specific garbage collection test on pypy Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.11.18 -> 3.12.14Leon Anavi12 days1-1/+3
| | | | | | | | | | | | | | | | | | Upgrade to release 3.12.14: - Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:9110#section-15.4.3-3.1 - Fixed :py:meth:ClientSession.close() <aiohttp.ClientSession.close> hanging indefinitely when using HTTPS requests through HTTP proxies - Bumped minimum version of aiosignal to 1.4+ to resolve typing issues - Added initial trailer parsing logic to Python HTTP parser Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: bump to 2.0.21Louis Rannou12 days3-2/+28
| | | | | | | | | Upgrade to mosquitto 2.0.21. Update the patch status for issue 2895 and create a new patch for an issue introduced in 2.0.19 which causes connections to get down when the clock is changed. Signed-off-by: Louis Rannou <louis.rannou@non.se.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>