summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* poco: Link with libatomic on x86Khem Raj2025-10-241-0/+1
| | | | | | | | | It does not have compiler intrinsics for 64bit atomics Fixes i686-yoe-linux-ld.lld: error: undefined symbol: __atomic_compare_exchange Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybase64: Switch to PEP-517 build backendKhem Raj2025-10-241-1/+1
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes WARNING: python3-pybase64-1.4.2-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: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix build with musl/gcc-15Khem Raj2025-10-241-10/+30
| | | | | | Add cstdint for uint_64_t for more files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro-c,avro-c++: Upgrade to 1.12.1 releaseKhem Raj2025-10-245-248/+8
| | | | | | The patches are no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ukkonen: Update to latest from git repoKhem Raj2025-10-241-2/+4
| | | | | | | | | | It has no releases in past 4 years but git repo is getting updates there are fixes needed to build with newer python and gcc-15 accumulated over time. Switch URI to use git fetcher until next release comes out Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: Upgrade to 0.16.1Khem Raj2025-10-242-7/+50
| | | | | | | | Fix a m4 script bug Drop CVE_STATUS since this is only needed for < 0.14 release Enable using posix_fallocate when creating a new file to avoid fragmentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Link with libatomic on x86 when using clang/libgccKhem Raj2025-10-241-0/+1
| | | | | | | | | | Fixes | i686-yoe-linux-ld.lld: error: undefined reference: __atomic_compare_exchange | >>> referenced by librocksdb.so.9.10.0 (disallowed by --no-allow-shlib-undefined) | i686-yoe-linux-clang++: error: linker command failed with exit code 1 (use -v to see invocation) | ninja: build stopped: subcommand failed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: stdint.h needs to included in transaction_db_mutex.hKhem Raj2025-10-241-4/+12
| | | | | | It uses int64_t type Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Detect platform/toolchain defaults for C++ libraryKhem Raj2025-10-242-0/+69
| | | | | | | This ensures that meson does not detect it and automatically link to it when using clang with gnu runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: Upgrade to 3.9.0Khem Raj2025-10-241-4/+4
| | | | | | | Drop unsupported configure options Fix reproducible builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-harness-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+13
| | | | | | | Add required dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburi-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add required dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-base32-perl: add recipeGyorgy Sarvari2025-10-242-0/+17
| | | | | | | It's a runtime dependency for liburi-perl-ptest. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsub-exporter-progressive-perl: fix homepageJason Schonberg2025-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdevel-globaldestruction-perl: fix homepageJason Schonberg2025-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunicode-linebreak-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-warn-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing runtime dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-deep-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsub-uplevel-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing runtime dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfile-slurper-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+9
| | | | | | | | Add missing dependencies, and install lib/File in ptest folder, because it is considered as test data, accessed by the tests. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdigest-sha1-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+8
| | | | | | | Add missing dependencies and install missing files for testing. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdata-hexdump-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+3
| | | | | | | Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: fix ptestsGyorgy Sarvari2025-10-242-3/+5
| | | | | | | Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+2
| | | | | | | Add missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: remove from problem ptest listGyorgy Sarvari2025-10-241-1/+1
| | | | | | | | The tests can be executed fine, they pass without a failure (and it takes less than 3 seconds) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libauthen-sasl-perl: fix ptestsGyorgy Sarvari2025-10-242-1/+6
| | | | | | | Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: add ptest support for inotify-toolsNikhil R2025-10-242-1/+36
| | | | | | | | | | | | | | | | Add ptest support for inotify-tools by introducing a run-ptest script. The ptest verifies the correct functioning of inotify event handling and related utilities. Test coverage includes: - File creation, modification, and deletion event monitoring - Event handling and command-line option parsing - Basic consistency and behavior of inotify event queues The ptest completes in under 20 seconds Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: Remove files which have license issuesLibo Chen2025-10-242-0/+8495
| | | | | | | | | | | | | | | | | | | remove the following files which have the following license: Copyright (C) 2023 Network RADIUS SARL (legal@networkradius.com) This software may not be redistributed in any form without the prior written consent of Network RADIUS. src/modules/rlm_dpsk/rlm_dpsk.c src/modules/rlm_eap/types/rlm_eap_teap/eap_teap.h src/modules/rlm_eap/types/rlm_eap_teap/eap_teap.c src/modules/rlm_eap/types/rlm_eap_teap/rlm_eap_teap.c src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.h src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.c Signed-off-by: Libo Chen <libo.chen.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 2600.140.3 -> 2881.0.25Alex Kiernan2025-10-2410-93/+25
| | | | | | | | | Convert systemd unit to use `-foreground` option removing the need for the PID file. Also fix `Pending` Upstream-Status to make clear that upstream doesn't take patches. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webmin: upgrade 2.300 -> 2.303Jason Schonberg2025-10-243-7/+20
| | | | | | | | | | | | | | net-generic.patch : lines changed order in the new version disable-version-check.patch : additional code to be removed from the function which is being deleted. Changelog: https://github.com/webmin/webmin/releases/tag/2.303 Changelog: https://github.com/webmin/webmin/releases/tag/2.302 Changelog: https://github.com/webmin/webmin/releases/tag/2.301 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: fix compiler failure on 32-bit armHongxu Jia2025-10-241-0/+2
| | | | | | | | | | | | | | | | | | Build 32bit python3-aiohttp failed on arm ... vendor/llhttp/build/c/llhttp.c:2643:11: error: incompatible type for argument 1 of 'vandq_u16' 2643 | vcgeq_u8(input, vdupq_n_u8(' ')), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint8x16_t ... Refer [1], add -flax-vector-conversions to 32bit arm compiler [1] https://github.com/xmrig/xmrig/issues/3673 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.13 -> 8.4.14Jason Schonberg2025-10-241-1/+1
| | | | | | | | | This is a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.4.14 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Update systemd serviceMartin Schwan2025-10-242-10/+32
| | | | | | | | | | | | | | | | | Update the systemd service file to reflect the changes of the source repository. Add a user and group "thingsboard_gateway" which the service runs under, instead of root. Store temporary files, like logs, in /var and make use of the newly created user and group. Additionally, the service should start after and wants a network connection to be online, not just be activated. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Use configs from source repositoryMartin Schwan2025-10-2415-1270/+3
| | | | | | | | | Replace the outdated configuration files with the ones found the source repository of thingsboard-gateway. This makes sure, the configuration file examples stay up-to-date in future versions. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: Add missing dependenciesMartin Schwan2025-10-241-0/+18
| | | | | | | | | | Add all missing runtime dependencies that are required by thingsboard-gateway. Since thingsboard-gateway tries to install missing dependencies via pip and fails to do so, install the dependencies system-wide beforehand. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-questionary: Add recipeMartin Schwan2025-10-241-0/+11
| | | | | | | | Python library to build pretty command line user prompts. Easy to use multi-select lists, confirmations, free text prompts. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfiglet: Add recipeMartin Schwan2025-10-241-0/+10
| | | | | | | An implementation of figlet written in Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybase64: Add recipeMartin Schwan2025-10-241-0/+10
| | | | | | | Fast Base64 encoding/decoding in Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-orjson: Add recipeMartin Schwan2025-10-242-0/+104
| | | | | | | orjson is a fast, correct JSON library for Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mmh3: Add recipeMartin Schwan2025-10-241-0/+11
| | | | | | | | Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: add missing "libgcc" RDEPENDSMichael Opdenacker2025-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue observed with iperf3 added to core-image-minimal. The executable starts fine but at the end of a test, issues this error: iperf3 -c 172.24.0.1 Connecting to host 172.24.0.1, port 5201 [ 5] local 172.24.0.2 port 55444 connected to 172.24.0.1 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 113 MBytes 945 Mbits/sec 0 396 KBytes [ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 396 KBytes [ 5] 2.00-3.00 sec 113 MBytes 946 Mbits/sec 0 417 KBytes [ 5] 3.00-4.00 sec 112 MBytes 937 Mbits/sec 1 417 KBytes [ 5] 4.00-5.00 sec 113 MBytes 946 Mbits/sec 0 424 KBytes [ 5] 5.00-6.00 sec 112 MBytes 938 Mbits/sec 0 424 KBytes [ 5] 6.00-7.00 sec 112 MBytes 943 Mbits/sec 0 428 KBytes [ 5] 7.00-8.00 sec 112 MBytes 942 Mbits/sec 0 445 KBytes [ 5] 8.00-9.00 sec 112 MBytes 944 Mbits/sec 0 457 KBytes libgcc_s.so.1 must be installed for pthread_cancel to work Aborted Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: explicitly add xxhash to DEPENDSHongxu Jia2025-10-241-1/+4
| | | | | | | | | | | | | | | | | | | When xxhash was included indirectly, there is a QA issue at do_package_qa ... |ERROR: QA Issue: /usr/lib64/libyang.so.3.9.13 contained in package libyang requires libxxhash.so.0()(64bit), but no providers found in RDEPENDS:libyang? [file-rdeps] ... Explicitly add xxhash to DEPENDS, then: ...log.do_configure... -- Found XXHash: build/tmp/work/x86-64-v3-wrs-linux/libyang/3.13.5/recipe-sysroot/usr/include -- Hash algorithm: xxhash ...log.do_configure... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: Switch to PEP-517 build backendKhem Raj2025-10-241-1/+3
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes WARNING: python3-cytoolz-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: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-git-versioning: Add recipeKhem Raj2025-10-241-0/+19
| | | | | | Some packages e.g. python3-cytoolz are needing it now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-icd-loader: upgrade 2024.05.08 -> 2025.07.22Dmitry Baryshkov2025-10-241-4/+4
| | | | | | | | | Synchronize with OpenCL v3.0.19 specification. Note, the library version went backwards, from 1.2 to 1.0.0. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: upgrade 1.4.3.3 -> 1.4.4.0Dmitry Baryshkov2025-10-243-9/+43
| | | | | | | | Upgrade Vulkan CTS in order to pick up tests for new extension and also some fixes or old tests. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audiofile: Fix Upstream-StatusLeon Anavi2025-10-242-2/+2
| | | | | | | | | Fix a minor typo in the patches by replacing "Upstrem-Status" with "Upstream-Status". The typo was not triggering a QA Issue because there is a second "Upstream-Status" line in each patch. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: fix racing build issueHongxu Jia2025-10-212-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is a racing issue in world build while multilib enabled: ...log.do_install... CMake Error at utils/po/ca/cmake_install.cmake:46 (file): file INSTALL cannot find "TOPDIR/tmp/work/core2-32-wrs-linux/poppler/25.08.0/build/utils/po/ca/pdfsig.gmo": No such file or directory. Call Stack (most recent call first): utils/po/cmake_install.cmake:47 (include) utils/cmake_install.cmake:243 (include) cmake_install.cmake:229 (include) ...log.do_install... The issue has reported to upstream [1][2] and upstream tried to fix it [3], but the issue still existed. The catalan translation of pdfsig is not vital for poppler. So revert upstream commit "pdfsig: Catalan translation" to workaround [1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1550 [1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1551 [2] https://gitlab.freedesktop.org/poppler/poppler/-/commit/053acd5d2b310c696993dc97072d1f2b3b1dd7ac Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>