summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* recipes: drop ld-is-gold supportYi Zhao2025-02-2314-158/+3
| | | | | | | | | | The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: fix SRC_URIGyorgy Sarvari2025-02-231-1/+1
| | | | | | | | | | | | | The original SRC_URI's content seems to be deleted regurarly, when a new version is published, making the previous version unavailable. The new SRC_URI ("all-versions" folder) seems to be more stable, the previous versions of Wireshark are not deleted from there. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: revert unbundling abseil-cppPeter Marko2025-02-232-3/+108
| | | | | | | | | | | | | | | | | | | | | This reverts commit 990b03b6165808cebe59886e4941bb86b05744e2. >>> import grpc Traceback (most recent call last): File "<python-input-0>", line 1, in <module> import grpc File "/usr/lib/python3.13/site-packages/grpc/__init__.py", line 22, in <module> from grpc import _compression File "/usr/lib/python3.13/site-packages/grpc/_compression.py", line 20, in <module> from grpc._cython import cygrpc ImportError: /usr/lib/python3.13/site-packages/grpc/_cython/cygrpc.cpython-313-x86_64-linux-gnu.so: undefined symbol: _ZN4absl12lts_2024072212log_internal17kUnsignedCharNullE Even installing whole abseil-ccp does not solve this. ldd on this library does not include libraries containing this symbol. Some work in linking upstram would be needed. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade 0.8.0 -> 0.8.2Beniamin Sandu2025-02-221-2/+2
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: version bump 4.2.10 -> 4.2.11Jan Vermaete2025-02-221-2/+2
| | | | | | | | The 4.2.10 was not longer available at the original SRC_URI. At the new SRC_URI all version of the wireshark releases are available. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto: Fix the sed expression to remove --sysroot from config.hKhem Raj2025-02-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.17 -> 4.2.18Soumya Sambu2025-02-211-2/+2
| | | | | | | | | | Fixes CVE-2024-56374 Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.18/ Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.0.10 -> 5.0.11Soumya Sambu2025-02-211-1/+1
| | | | | | | | | | Fixes CVE-2024-56374 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.11/ Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: update SRC_URIGyorgy Sarvari2025-02-201-2/+5
| | | | | | | | | | | | The original download location, jfrog's artifactory stopped providing any kind of free service, and the source code is not downloadable anymore. The project however has an official github repository also - change the SRC_URI to this to make it work again. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoip: fix do_fetch errorWang Mingyu2025-02-201-4/+4
| | | | | | | | Change the SRC_URI to the correct value due to the following error: ERROR: geoip-1.6.12-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'http://sources.openembedded.org/GeoIP.dat.20181205.gz;apply=no;name=GeoIP-dat;') Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sassc,libsass: move recipes to oe-corePeter Marko2025-02-192-30/+0
| | | | | | | | These recipes are now part of oe-core: https://git.openembedded.org/openembedded-core/commit/?id=0a1d3607da7bb7c586c69cefadf8ade52c7b1987 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.3.0Bartosz Golaszewski2025-02-191-5/+5
| | | | | | | | | This is a minor gpiod package release that brings in some new interfaces, a significant typing rework, ruff and mypy conformity and a slew of bug-fixes. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v2.2.1Bartosz Golaszewski2025-02-192-39/+2
| | | | | | | | | | The main set of changes in this release doesn't concern yocto - it brings in proper sphinx docs infrastructure for publishin on readthedocs. We still have a bunch of code fixes though and we can also remove the patch we're carrying in the recipe as it's upstream now. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev: fix LICENSEGyorgy Sarvari2025-02-191-1/+1
| | | | | | | | Only the library code (libi2cdev.h) is covered by GPL-2.0. Otherwise the main license is LGPL-2.1 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: add RDEPENDS python3-cairocffiChangqing Li2025-02-181-1/+2
| | | | | | | | | | | | | | Fix error: >>> import wx.lib.wxcairo Traceback (most recent call last): File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/__init__.py", line 59, in <module> from .wx_cairocffi import _ContextFromDC, _FontFaceFromFont File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/wx_cairocffi.py", line 34, in <module> import cairocffi ModuleNotFoundError: No module named 'cairocffi' Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cairocffi: add new recipeChangqing Li2025-02-181-0/+12
| | | | | | | python3-wxgtk4 RDEPENDS cairocffi, so add this new recipe for it Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: Fix build with latest muslKhem Raj2025-02-172-1/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Include string.h for memcpyKhem Raj2025-02-171-22/+31
| | | | | | Fixes build with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Fix build with latest muslKhem Raj2025-02-172-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.9Khem Raj2025-02-175-106/+41
| | | | | | Drop upstreamed patches, fix build with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: srcrev bump 9042704131d..dd944cf5b5aThu Nguyen2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Additional commit included in this version bump are below. Jeremy Kerr (9): + tests: Add tests for dbus Network1 interface + tests: add System.del_address + tests: notify netlink socket on system link/neighbour/address/route changes + tests: Add NLSocket._create_msg + tests: rename NLSocket._send_resp to _send_msg + mctpd: fix error message and code for missing linkmap entry case + mctpd: remove unnecessary debug output + CHANGELOG: Add mctp-bench change Thu Nguyen (1): + Support `LocalEIDs` property in `au.com.codeconstruct.MCTP.Network1` Timon Liu (1): + mctp-bench: Add a utility tool to send/receive messages and display throughput Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-netlogd: new recipeRasmus Villemoes2025-02-171-0/+28
| | | | | | | | | | | In some deployments, the log aggregator collects log messages in the syslog format, so systemd-journal-upload and friends can not be used. systemd-netlogd is a daemon for filling that gap. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 4.4.1 -> 4.4.2Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | | | | | Upgrade to release 4.4.2: - Fixed TypeCheckError in unpacking assignment involving properties of a parameter of the function - Fixed display of module name for forward references - Fixed TypeError when using an assignment expression - Fixed ValueError: no signature found for builtin when checking against a protocol and a matching attribute in the subject is a built-in function Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: Upgrade 4.11.0 -> 4.12.0Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | Upgrade to release 4.12.0: - Add support for Python 3.14 and test PyPy3.11 - Handle en_GB and en_US locale - Release to PyPI using Trusted Publishing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.8.2 -> 1.8.3Leon Anavi2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.8.3: - Bump docker/build-push-action from 6.10.0 to 6.11.0 - Bump docker/build-push-action from 6.11.0 to 6.12.0 - Bump docker/build-push-action from 6.12.0 to 6.13.0 - [pre-commit.ci] pre-commit autoupdate - Update bug template to include latest released versions - Add markupsafe.Markup XSS plugin - Warn not error on an nonexistant test given - Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 - Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 - B107: Skip None values in hardcoded password detection - Pytorch fix Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: Upgrade 3.19.3 -> 3.20.1Leon Anavi2025-02-171-1/+1
| | | | | | | | | Upgrade to release 3.20.1: - Do not memoize keys before they are coerced to string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cppy: Upgrade 1.3.0 -> 1.3.1Leon Anavi2025-02-171-1/+1
| | | | | | | | | | Upgrade to release 1.3.1: - On Windows link to debug runtime lib when building with a debug Python Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboop: fix tcl PACKAGECONFIGGyorgy Sarvari2025-02-173-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case tcl PACKAGECONFIG is enabled, autoconf is trying to use tcl libs and headers from the build system instead of using RECIPE_SYSROOT, and the do_configure task fails: ERROR: liboop-1.0.1-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] The system path is hardcoded in the configure script. To fix this, patch the configure script to use pkg-config to find tcl in the correct sysroot. Since the previous patch was changing the same part of the script, incorporate that also into the new patch. Also, set the correct build-time dependency. The patch's Upstream-Status is "Pending", because 1. The project has been without activity for almost 15 years 2. Couldn't find info on the website on how to contribute 3. The GitLab instance mentioned on the website is password protected even for read-only access, and registration is enabled only for specific email addresses. 4. Couldn't find any contact info on the website to reach out to the maintainers. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboop: set correct LICENSEGyorgy Sarvari2025-02-171-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: upgrade 1.27.3 to 1.27.4Changqing Li2025-02-161-2/+2
| | | | | | | | | | | | | License-Update: copyright year refreshed Resolves: * CVE-2025-23419 CHANGES: https://nginx.org/en/CHANGES Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: upgrade 1.26.2 to 1.26.3Changqing Li2025-02-161-1/+1
| | | | | | | | | | | Solves: * CVE-2025-23419 CHANGES: https://nginx.org/en/CHANGES-1.26 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: fix demos PACKAGECONFIGGyorgy Sarvari2025-02-162-1/+42
| | | | | | | | | | | | | | | | | | In case the demos PACKAGECONFIG is enabled, linking fails with the following error: | /usr/src/debug/libplacebo/7.349.0/demos/plplay.c:669:(.text.startup+0x90): undefined reference to `parse_args' | collect2: error: ld returned 1 exit status The implementation of the missing function is guarded erroneously by an ifdef flag (HAVE_NUKLEAR, which is only true in case headers from the nuklear library are present - but in this recipe they are not included). This patch moves the implementation of this function outside of the ifdef to avoid the build failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: fix glslang PACKAGECONFIGGyorgy Sarvari2025-02-162-1/+43
| | | | | | | | | | | | | | | | | | | | In case glslang PACKAGECONFIG is enabled, compilation fails with a lot of errors about undefined references from the glslang namespace, e.g. | /usr/src/debug/libplacebo/7.349.0/src/glsl/glslang.cc:79:(.text+0x160): undefined reference to `glslang::TShader::TShader(EShLanguage)' This has been solved in the upstream project, and this change backports the commit that fixes the meson.build file to find the correct libraries during compilation. Additionally, fix also the TMPDIR QA error that popped up after fixing the above issue: remove the RECIPE_SYSROOT value from the generated pkgconf file (and instead of referring to the libraries by absolute path, just refer to them by name, as they are supposed to be present in the standard library lookup path). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpiod-sysfs-proxy: Fix deprecation warningAlex Kiernan2025-02-161-4/+4
| | | | | | | | | Replace `\/` sequences to fix: gpiod-sysfs-proxy_0.1.2.bb: Var <MOUNTPOINT>:1: DeprecationWarning: invalid escape sequence \/ Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: add missing dependencyGyorgy Sarvari2025-02-151-1/+1
| | | | | | | | | | | | | Building with ndiff PACKAGECONFIG failed with the following error: | File "/yocto/sandbox/build/tmp/work/cortexa53-poky-linux/nmap/7.95/nmap-7.95/ndiff/setup.py", line 11, in <module> | import setuptools.command.install | ModuleNotFoundError: No module named 'setuptools' Fix it by adding the missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: fix lapack-ptest rdepends on lapack-devZhang Peng2025-02-151-1/+2
| | | | | | | | | | | | When LAPACKE is enabled, the QA check fails with the following error: ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: lapack-ptest rdepends on lapack-dev [dev-deps] ERROR: lapack-3.12.1-r0 do_package_qa: Fatal QA errors were found, failing task. The root cause is that `lapack-ptest` accidentally installed `lapacke.pc`, which is a development file intended to be included only in the `lapack-dev` package. To resolve this: Remove `lapacke.pc` from the `lapack-ptest` installation Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: update 1.5.0 -> 1.5.1Markus Volk2025-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | Changes for 1.5.1 'Sonic': -------------------------- 1.5.1 is a minor release of dav1d, focusing on optimizations and stack reduction: - Rewrite of the looprestoration (SGR, wiener) to reduce stack usage - Rewrite of {put,prep}_scaled functions Now, the required stack space for dav1d should be: 62 KB on x86_64 and 58KB on arm and aarch64. - Improvements on the SSSE3 SGR - Improvements on ARM32/ARM64 looprestoration optimizations - RISC-V: blend optimizations for high bitdepth - Power9: blend optimizations for 8bpc - Port RISC-V to POSIX/non-Linux OS - AArch64: Add Neon implementation of load_tmvs - Fix a rare, but possible deadlock, in flush() Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.6 -> 1.0Ayoub Zaki2025-02-142-57/+2
| | | | | | | | https://github.com/latchset/pkcs11-provider/releases/tag/v1.0 https://github.com/latchset/pkcs11-provider/compare/v0.6...v1.0 Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: drop obsolete PACKAGECONFIGGyorgy Sarvari2025-02-141-2/+0
| | | | | | | "lms" plugin has been dropped by the project starting version 0.43.0. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio(-tools): add grpc:grpc to cve productPeter Marko2025-02-142-0/+4
| | | | | | | | | | | | | | | | | | | These grpc python modules contain parts of grpc core. Each CVE needs to be assessed if the patch applies also to core parts included in each module. Note that so far there was never a CVE specific for python module, only for grpc:grpc and many of those needed to be fixed at leasts in grpcio: sqlite> select vendor, product, count(*) from products where product like '%grpc%' group by vendor, product; grpc|grpc|21 grpck|grpck|1 linuxfoundation|grpc_swift|9 microsoft|grpconv|1 opentelemetry|configgrpc|1 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: remove WORKDIR from documentationGyorgy Sarvari2025-02-141-0/+6
| | | | | | | | | | In case docs PACKAGECONFIG is enabled, do_package_qa task fails due to some of the generated html files are referencing the ${WORKDIR}. Delete it from these files. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-futures: Upgrade 1.0.1 -> 1.0.2Leon Anavi2025-02-141-1/+3
| | | | | | | | | Upgrade to release 1.0.2: - Correct setup.py email addr Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: Upgrade 1.10.0 -> 1.15.0Leon Anavi2025-02-141-1/+1
| | | | | | | | | | | | | | | Upgrade to release 1.15.0: - Performance improvements - Mypyc accelerated Mypy Wheels for ARM Linux - Improvements to reachability analysis and partial type handling in loops - Better discovery of configuration files - Better line numbers for decorators and slice expressions - Drop support for Python 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trio: Upgrade 0.28.0 -> 0.29.0Leon Anavi2025-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.29.0: - Add trio.lowlevel.in_trio_run() and trio.lowlevel.in_trio_task() and document the semantics (and differences) thereof. See the documentation. - If trio.testing.RaisesGroup does not get the expected exceptions it now raises an AssertionError with a helpful message, instead of letting the raised exception/group fall through. The raised exception is available in the __context__ of the AssertionError and can be seen in the traceback. - Clear Trio's cache of worker threads upon os.fork. - Stop using ctypes to mutate tracebacks for strict_exception_groups=False's exception collapsing. - Fixed spelling error in Windows error code enum for ERROR_INVALID_PARAMETER. - Publicly re-export __version__ for type checking purposes. - The typing of trio.abc.HostnameResolver.getaddrinfo() has been corrected to match that of the stdlib socket.getaddrinfo, which was updated in mypy 1.15 (via a typeshed update) to include the possibility of tuple[int, bytes] for the sockaddr field of the result. This happens in situations where Python was compiled with --disable-ipv6. - Additionally, the static typing of trio.to_thread.run_sync(), trio.from_thread.run() and trio.from_thread.run_sync() has been improved and should reflect the underlying function being run. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pax-utils: fix pyelftools PACKAGECONFIG dependencyGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | | The correct dependency name for pyelftools is "python3-pyelftools". Set the dependency name accordingly to avoid build failure with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pahole: fix python3 PACKAGECONFIGGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | As a build time dependency, python3 provides python3-core - set the PACKAGECONFIG accordingly to avoid build failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: fix unwind PACKAGECONFIGGyorgy Sarvari2025-02-141-1/+1
| | | | | | | | | | | | In case unwind PACKAGECONFIG is enabled, do_configure task fails with the following error message: | configure: error: Cannot enable both --with-libunwind and --with-elfutils To avoid this error, disable elfutils with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Fix build regression on muslKhem Raj2025-02-132-1/+30
| | | | | | | | This got introduced with 2025.01 upgrade on musl systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Cc: Mark Jonas <mark.jonas@de.bosch.com>
* corosync: reproducibility issueChristos Gavros2025-02-131-0/+3
| | | | | | | | | | | | | | | | | Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME = whoami $LOC assigned domain name from /etc/resolv.conf Use build in'--with-sys-contact' to overwrite it https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/30/steps/28/logs/stdio CC: Yoann Congal <yoann.congal@smile.fr> CC: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: fix interface library paths in cmake filesGyorgy Sarvari2025-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The cmake files generated by this recipe contain a number of interfacing libraries, with absolute paths, which also contain the TMPDIR. The TMPDIR part of these paths were just truncated by the recipe, to avoid the corresponding QA check error. However this made it impossible to to link against this library from other recipes. When one tried, the find_package command failed with the following error: | Run Build Command(s): ninja -v -j 12 all | ninja: error: '/usr/lib/libjsoncpp.so', needed by 'jsonrpctest', missing and no known rule to make it To avoid this, instead of just truncating this path, set it to ${CMAKE_SYSROOT} placeholder (which is resolved by CMake to the correct value at build-time, using the variable set by cmake.bbclass) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>