summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lowpan-tools: drop recipeGyorgy Sarvari13 days8-393/+0
| | | | | | | | | | | | | | | | | | The application has received its last upstream update 11 years ago. It has been on the skiplist[1] of meta-networking for the past 6 years due to being severly outdated. There are no recipes that would depend on this recipe in the meta-oe layers, nor in the layer-index[3]. Let's bid farewell. [1]: https://github.com/linux-wpan/lowpan-tools/commits/master/ [2]: https://github.com/openembedded/meta-openembedded/commit/13830393555adbb70ccec18bea177131ff405edc [3]: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Alowpan-tools Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: Upgrade 0.6.0 -> 0.7.0Leon Anavi13 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.7.0: - Update unparser to harmonize output across revisions and handle python 3.12+ features - Fix support for TypeVar, TypeVarTupe and ParamSpec - Support t-string from python 3.14 - Adjust test incompatible with py2 - Support _field_types field for every AST class - Make gast.dump more generic across python version - Only pass existing attributes as keyword parameters in gast_to_ast - Initial oss-fuzz integration - Support [g]ast.get_source_segment - Fix gast.get_docstring implementation - Initialize ast node with known fields to avoid deprecation warning in Python 3.13 - Add missing type_params attribute for ClassDef node before Python 3.12 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.147.2 -> 0.148.0Leon Anavi13 days1-1/+1
| | | | | | | | | Upgrade to release 0.148.0: - Trigger semantic releases for 0.x branch Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toolz: Upgrade 1.0.0 -> 1.1.0Leon Anavi13 days1-2/+4
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Add support for Python 3.14, PyPy 3.11 - Drop support for Python 3.8, PyPy 3.8 - Add note about project status (alive and maintained, but inactive) - Use yield from in merge_sorted to improve performance - Fix bug in partition_all when __len__ is incorrect; now raise IndexError - Modernization Fixes: WARNING: python3-toolz-1.1.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: add zlib-native to depends for crash-crossYi Zhao13 days1-0/+2
| | | | | | | | | | | Fix the following error when using buildtools-extended: va_server.c:20:10: fatal error: zlib.h: No such file or directory 20 | #include <zlib.h> | ^~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colortail: Add recipeLeon Anavi13 days1-0/+10
| | | | | | | | | | | | | | | | | Colortails is like the tail command line utility but with colors. Add recipe for the latest release 0.3.5: - Print error messages to stderr - Fix memory leaks and Valgrind warnings - Improve detection of file truncation due to log rotation - Fix ./autogen.sh on macOS - Avoid emitting excessive color sequences - Output ansi reset code when the program is interrupted This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mpv: Do not consider it if commercial license is not selectedKhem Raj13 days1-0/+1
| | | | | | | | | | | | | | | | It depends on mpv which depends on ffmpeg needing commercial in LICENSE_FLAGS_ACCEPTED Fixes ERROR: Nothing PROVIDES 'ffmpeg' (but /srv/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb DEPENDS on or otherwise requires it) ffmpeg was skipped: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED. NOTE: Runtime target 'mpv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['mpv', 'ffmpeg'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'python3-mpv', 'mpv', 'ffmpeg'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jan Claußen <jan.claussen10@web.de>
* python3-mpv: Add recipeJan Claußen2025-12-011-0/+16
| | | | | | python-mpv is a ctypes-based python interface to the mpv media player. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-svglib: Add itRobert Yang2025-12-011-0/+16
| | | | | | | | Svglib is a Python library for reading SVG files and converting them (to a reasonable degree) to other formats using the ReportLab Open Source toolkit. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cssselect2: Add it for python3-svglibRobert Yang2025-12-011-0/+15
| | | | | | | | | Cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.)" Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tinycss2: Add it for python3-cssselect2Robert Yang2025-12-011-0/+13
| | | | | | | | Tinycss2 is a low-level CSS parser and generator written in and generate CSS strings corresponding to these objects. Python: it can parse strings, return objects representing tokens and blocks, Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reportlab: Add itRobert Yang2025-12-011-0/+11
| | | | | | | Reportlab is an Open Source Python library for generating PDFs and graphics. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: switch to libpcre2Hongxu Jia2025-12-011-1/+1
| | | | | | | | | The syslog-ng used pcre2 instead of pcre since 2023 [1] [1] https://github.com/syslog-ng/syslog-ng/commit/cb6de08dc9078644d48ca536b5660e406b1a50d6 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: switch to libpcre2Hongxu Jia2025-12-011-1/+1
| | | | | | | | | NGINX 1.22 and later supports PCRE2 [1] [1] https://github.com/nginx/nginx/commit/c6fec0b027569a4e0b1d8aaee7dea0f2e4d6052b Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: switch to libpcre2Hongxu Jia2025-12-011-3/+3
| | | | | | | | | Postfix 3.7 and later supports pcre2 library [1] [1] https://www.postfix.org/PCRE_README.html Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: Fix build with clang on riscv32Khem Raj2025-11-301-0/+3
| | | | | | | | | | Clang needs 64-bit atomics on rv32 here and builtins does not have them so help it by linking with libatomic Fixes riscv32-yoe-linux-musl-ld.lld: error: undefined symbol: __atomic_fetch_add_8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: Add missing ptest dependenciesKhem Raj2025-11-301-1/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: Point to right layer for swagger-ui recipeKhem Raj2025-11-301-1/+1
| | | | | | | meta-xfce -> meta-webserver Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jan Vermaete <jan.vermaete@gmail.com>
* python3-fastapi: Turn swagger-ui dependency into packageconfigKhem Raj2025-11-301-2/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi[-cli]: new recipe 0.122.0Jan Vermaete2025-11-294-0/+49
| | | | | | | | | | | | | | | python3-fastapi at version 0.122.0 python3-fastapi-cli at version 0.0.16 Moved and modified from meta-ros (Thanks Rob Woolley) - added ptest for fastapi (long run) - python3-fastapi-cli does have tests, but also a circular dependency on python-fastapi. So no ptests for python3-fastapi Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-annotated-doc: new recipe version 0.0.4Jan Vermaete2025-11-291-0/+14
| | | | | | | no tests are part of the pypi package Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.24.6Khem Raj2025-11-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Upgrade to 3.0.0Khem Raj2025-11-291-4/+4
| | | | | | | | | | | | | Add missing dependencies on icu and jsoncpp Package bash-completion scripts, fixes ERROR: gerbera-3.0.0-r0 do_package: QA Issue: gerbera: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/gerbera Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Update SRC_URI to use HTTPS protocolyuyu2025-11-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soundcard: Add recipeJan Claußen2025-11-291-0/+20
| | | | | | | SoundCard is a library for playing and recording audio without resorting to a CPython extension. Signed-off-by: Jan Claußen <jan.claussen10@web.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: unbundle msgpack, sqlite3 and zstdPatrick Wicki2025-11-291-1/+2
| | | | | | | | With https://github.com/fluent/fluent-bit/pull/9572 it is now possible to unbundle these and use the system libs instead. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade 4.0.1 -> 4.2.0Patrick Wicki2025-11-296-45/+26
| | | | | | | | | | | | | Refresh patches and drop one for musl which is no longer required. Release notes: - https://fluentbit.io/announcements/v4.1.0/ - https://fluentbit.io/announcements/v4.2.0/ This addresses CVE-2025-12977. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: add ptest supportGyorgy Sarvari2025-11-293-2/+49
| | | | | | | | | | It takes under 10 seconds to run the suite. Executed succesfully on x86-64, with musl and glibc. The recipe requires pam DISTRO_FEATURE to be present. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: rework EXTRA_OEMESON opts to PACKAGECONFIGGyorgy Sarvari2025-11-281-5/+5
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: add ptest supportGyorgy Sarvari2025-11-284-2/+82
| | | | | | | | | It takes less than 30 seconds to execute. Add a backported patch that fixes a broken test. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: upgrade 36->37Gyorgy Sarvari2025-11-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: - Add `/etc` and `/run` to the search-paths for system services. This change is aligned with recent changes to the reference implementation. - Support systemd's `notify-reload` to trigger a reload operation. This replaces the old `busctl call ...ReloadConfig` operation. - Extend `org.freedesktop.DBus.Debug.Stats.GetStats` with all the fields defined by the specification. - Fix a bug in match-rule processing which caused argument processing to fail for any but the first message argument. - Fix a memory leak in configuration processing when parsing invalid user or group IDs. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: fix typo in CVE_STATUSGyorgy Sarvari2025-11-281-1/+1
| | | | | | | Forgot to add the CVE- prefix in previous patch. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Fix do_package QA issue for unshipped bash-completion filesAlper Ak2025-11-281-1/+3
| | | | | | | | | | | | | | | | | Add bash-completion directory to FILES to resolve the installed-vs-shipped QA error. Fix: ERROR: proj-9.7.0-r0 do_package: QA Issue: proj: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/projinfo Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. proj: 3 installed and not shipped files. [installed-vs-shipped] ERROR: proj-9.7.0-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netcat-openbsd: update to 1.228Dan McGregor2025-11-283-19/+17
| | | | | | | | | | | | | A version newer than 1.195 is required for certain features of newer versions of cloud-init. May as well bump to the version in Debian Testing. I also noticed it appears the licence was incorrectly specified, and is indeed BSD-3-Clause. License-update: Added copyright holders and clarified man page licence Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-unixsocket: Update to 0.4.1Anthony Del Frari2025-11-281-5/+4
| | | | | | | | | | python3-requests broke the http+unix url scheme with version 2.32. Their position is that it's the responsibility of consuming libraries to adopt their new interface. requests-unixsocket 0.4 adapts to the new interface. Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Ignore CreatesGenericErrorWhenErrnoIsUnknown test on non-glibc ↵Khem Raj2025-11-272-0/+30
| | | | | | systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Add nativesdk to BBCLASSEXTENDLeon Anavi2025-11-271-1/+1
| | | | | | | | | | Add nativesdk to BBCLASSEXTEND because python3-pillow requires nativesdk-openjpeg. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: Add native and nativesdk to BBCLASSEXTENDLeon Anavi2025-11-271-0/+2
| | | | | | | | | | Add native and nativesdk to BBCLASSEXTEND because python3-pikepdf requires nativesdk-qpdf. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Add nativesdk to BBCLASSEXTENDLeon Anavi2025-11-271-1/+1
| | | | | | | | | | Add nativesdk to BBCLASSEXTEND because python3-pikepdf requires nativesdk-python3-pillow. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: fix do_package failure when multilib enabledChangqing Li2025-11-271-5/+1
| | | | | | | | | | | | After upgrading hdf5 to 2.0.0, h5cc and h5hlcc will only be generated when pkg-config is found. With current default config, it will not be generated, remove related configs to fix do_package failure | DEBUG: Executing shell function multilibscript_rename | mv: cannot stat '/tmp/work/cortexa72-wrs-linux/hdf5/2.0.0/package/usr/bin/h5cc': No such file or directory Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: Add missing rdep on file for ptestsKhem Raj2025-11-261-0/+1
| | | | | | | | | | Fixes E FileNotFoundError: [Errno 2] No such file or directory: 'file' ../../python3.13/subprocess.py:1972: FileNotFoundError Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Upgrade to 2.7.0Khem Raj2025-11-262-3/+54
| | | | | | | Fix failing ptests Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
* libplist: Fix buildpaths in ptestsKhem Raj2025-11-261-4/+6
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
* python3-pytest-picked: Add recipe for version 0.5.1Tom Geelen2025-11-265-0/+78
| | | | | | | | Python package description: Run the tests related to the unstaged files or the current branch (according to Git) More information: https://pypi.org/project/pytest-picked/ Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.25 -> 4.2.26Ankur Tyagi2025-11-261-2/+2
| | | | | | | | Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.26/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.2.7 -> 5.2.8Ankur Tyagi2025-11-261-1/+1
| | | | | | | | Release Notes: https://docs.djangoproject.com/en/dev/releases/5.2.8/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Upgrade to 4.2.4Khem Raj2025-11-261-5/+5
| | | | | | inherit cython to not rebuild _nanosvg.c Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Upgrade to 3.2.8.1 bugfix releaseKhem Raj2025-11-261-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: correct SRC_URI branchGyorgy Sarvari2025-11-261-1/+1
| | | | | | | master was renamed to main Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Upgrade to 1.12.0Randy MacLeod2025-11-266-256/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrade is mostly bug fixes according to: https://github.com/rsyslog/librelp/blob/master/ChangeLog but there is one new API: add ability to communicate source port back to caller Drop the backported patch: 0001-Fix-function-inline-errors-in-debug-optimization-Og.patch Drop patches merged upstream: 0001-tests-Include-missing-sys-time.h.patch -> 8c96857 tests: Include missing sys/time.h 0001-relp-fix-build-against-upcoming-gcc-14-Werror-calloc.patch -> baf992f relp: fix build against upcoming `gcc-14` ... 0001-tests-Fix-callback-prototype.patch -> a4cb0bd tests: Fix callback prototype 0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch -> 6e9b27f tcp: fix some compiler warnings with enable-tls-openssl Ptest for qemux86-64, qemuarm64 with glibc and musl: TOTAL: 30 PASS: 27 SKIP: 3 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>