summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* xfce4-sensors-plugin: correct netcat PACKAGECONFIGGyorgy Sarvari2025-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | In case netcat PACKAGECONFIG is enabled, do_configure fails with the following error message: | configure: error: hddtemp isn't queryable via netcat (use --disable-pathchecks to disable this check) hddtemp service keeps a TCP port open to query the sensor data. In case netcat is enabled for this recipe, the configure script will search for the netcat binary, and will try to query this hddtemp port, as a sanity check. This check is performed independently from the hddtemp PACKAGECONFIG. Since hddtemp isn't running in the build environment (probably) and network connection is also disabled, this check fails. To avoid this problem, add the extra config argument suggested by the error message. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: fix dependency nameGyorgy Sarvari2025-02-131-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Split mcp251fd* into sub-packageRicardo Simoes2025-02-131-0/+5
| | | | | | | | | | The mcp251fd* tools are specific to Microchip MCP251xFD Family CAN controllers. This commit creates the package can-utils-mcp251fd to keep these tools separate. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Upgrade 2023.03 -> 2025.01Ricardo Simoes2025-02-131-11/+29
| | | | | | | | Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: correct STACK_DIRECTION settingChangqing Li2025-02-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | STACK_DIRECTION = 1 means stack grow upwards STACK_DIRECTION = -1 means stack grow downwards In the majority of modern architectures, stack grows downwards. So set STACK_DIRECTION = 1 is not right. But the failure is not exposed before, mysqld can start normally, and simple runtime operation like create db, table, select info, works well. But it is exposed after commit [1] is merged, mysqld will start failed with error: 2025-02-12 3:18:19 0 [ERROR] Could not open mysql.plugin table: "Thread stack overrun: 16752824 bytes used of a 299008 byte stack, and 81920 bytes needed Since commit [2], mariadb started to determine the default STACK_DIRECTION in CMake based on the ISA, and we have set correct CMAKE_SYSTEM_PROCESSOR in cmake.bbclass, so just don't pass it. [1] https://github.com/MariaDB/server/commit/bddbef3573349b0565c43c27beba47c89358f39f [2] https://github.com/MariaDB/server/commit/d0abbdf56e11ccc88447c1dc80caaf355c94be3b [3] https://jira.mariadb.org/browse/MDEV-36051 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: move /usr/share/mysql to /usr/share/mariadbChangqing Li2025-02-131-3/+3
| | | | | | | | | | | | | | | Fix error: $mariadb-install-db --basedir=/usr FATAL ERROR: Could not find /usr/share/mariadb/fill_help_tables.sql Upstream commit [1] move /usr/share/mysql to /usr/share/mariadb, this make related files split into wrong package, and not installed by default, so cause above error [1] https://github.com/MariaDB/server/commit/320a4b52c9c73a37b3553cec6a9d170924957c36 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: deprecate mysql* namesChangqing Li2025-02-132-3/+3
| | | | | | | | | | | | | Fix following warnings: /usr/bin/mysql_install_db: Deprecated program name. It will be removed in a future release, use 'mariadb-install-db' instead Upstream commit [1] deprecate mysql* names, use the new name to fix above warning [1] https://github.com/MariaDB/server/commit/b30b040b733ff2045ffcd7bdd44f608c7f4912b5 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 7.6.10 -> 7.6.12Leon Anavi2025-02-131-1/+1
| | | | | | | | | Upgrade to release 7.6.12: - Fix: some aarch64 distributions were missing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-daemon: Upgrade 3.0.1 -> 3.1.2Leon Anavi2025-02-132-49/+4
| | | | | | | | | | | | | Upgrade to release 3.1.2: - In wheel, distribute only the Python packages that should be installed. - Migrate project code base from "flat layout" to "src layout" License-Update: Use COPYING file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-changelog-chug: Add recipeLeon Anavi2025-02-131-0/+23
| | | | | | | | | | | | Add recipe for release 0.0.3: - Correct the programmer representation of a `ChangeLogEntry` object. - Refine specification of valid `ChangeLogEntry` fields. - Use explicit default values for entry fields. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: Upgrade 1.8.0 -> 1.9.0Leon Anavi2025-02-131-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.9.0: - Fix for CPATH/C_INCLUDE_PATH being ignored during build. - Slightly faster reading of events in device.read() and device.read_one(). - Fix FreeBSD support. - Drop deprecated InputDevice.fn (use InputDevice.path instead). - Improve type hint coverage and add a py.typed file to the sdist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.13.2 -> 6.0.0Leon Anavi2025-02-131-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.0.0: - Python 3.13 support - Updates round 3 - Speed up exists_case_sensitive calls - nit: Fix deprecation message link - Ensure that split_on_trailing_comma works with as imports - Black profile: enable magic comma - Fix google style test - Update line_length and single_line_exclusions in google profile - Updates round 2 - Dependency updates round 1 - Run pre-commit autoupdate - Allow --diff to be used with --jobs - wemake has 80 chars hard limit, not 79 - Fix errors on main - Fixed syntax error - fix: typo - Fix sort_reexports code mangling - fix: correct group by package tokenization - Fix isort-action usage documentation - Fix CDN for Ace - Fix help text - docs: fix spelling mistake License-Update: Use file LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rp-pppoe: update SRC_URIWang Mingyu2025-02-121-1/+1
| | | | | | | | | Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-takao: update SRC_URIWang Mingyu2025-02-121-1/+1
| | | | | | | | | Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.7 -> 6.4.21Wang Mingyu2025-02-122-55/+2
| | | | | | | | | | | 0001-initialize-msghdr-portably.patch removed since it's included in 6.4.21 releasenote: https://www.zabbix.com/rn/rn6.4.21 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspdm: add support for ppc64leAndrew Geissler2025-02-121-0/+1
| | | | | | | | | | | Recently picked this up over in the OpenBMC project and noticed our ppc64le based server could no longer build the code. Verified this change allows everything to build fine on ppc64le servers now. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Upgrade 3.3.3 -> 3.3.4Leon Anavi2025-02-121-1/+1
| | | | | | | | | | | | | | Upgrade to release 3.3.4: - Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number. - Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage. - Relaxed the requirements for isort so pylint can benefit from isort 6. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whitenoise: Upgrade 6.8.2 -> 6.9.0Leon Anavi2025-02-121-1/+1
| | | | | | | | | Upgrade to release 6.9.0: - Support Django 5.2. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-git-pw: Upgrade 2.7.0 -> 2.7.1Leon Anavi2025-02-121-1/+1
| | | | | | | | | Upgrade to release 2.7.1: - Don't decode error response bodies Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.10.5 -> 2.10.6Leon Anavi2025-02-121-1/+1
| | | | | | | | | | Upgrade to release 2.10.6: - Fix JSON Schema reference collection with 'examples' keys - Fix url python serialization Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.9 -> 4.2.10Wang Mingyu2025-02-121-1/+1
| | | | | | | | releasenote: https://www.wireshark.org/docs/relnotes/wireshark-4.2.10.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.3.5 -> 1.3.7Wang Mingyu2025-02-124-15/+18
| | | | | | | | | | 0001-nss-nspr-fix-for-multilib.patch makefile-ptest.patch xmlsec1-examples-allow-build-in-separate-dir.patch refreshed for 1.3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: update 0.4.52 -> 0.4.54Markus Volk2025-02-121-1/+1
| | | | | | | This update is required for gimp-3.0.0-RC3 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: Disable TestDecryptPrivateKey ptestKhem Raj2025-02-121-2/+2
| | | | | | | | | | | | | We have upgraded py3-openssl module to 24.3.0 in core, which means this test now fails as py3-openssl has removed the APIs it uses [1] disable until it is fixed in google-auth module Fixes ERROR: 'OpenSSL.crypto' has no attribute 'sign' [1] https://github.com/googleapis/google-api-python-client/issues/2554 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: fix profiler PACKAGECONFIGGyorgy Sarvari2025-02-122-0/+37
| | | | | | | | | | | | | | In case "profiler" PACKAGECONFIG is enabled, the build fails with the following error: | ninja: error: '/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml', needed by 'src/meta-dbus-sysprof3-profiler.c', missing and no known rule to make it meson.build script is looking explicitly for a required file using the sysroot of the build system instead of ${RECIPE_SYSROOT}. To avoid this, patch meson.build to prefix this path with ${RECIPE_SYSROOT}. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: remove nmtui from EXTRA_OEMESONJose Quaresma2025-02-121-1/+0
| | | | | | | | | | In [1] nmtui PACKAGECONFIG was introduced but they are still be explicit in EXTRA_OEMESON and so remove the last. [1] https://git.openembedded.org/meta-openembedded/commit/?id=c331f59e42e9c0bda9d47d0365e6c276746fc81d Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: Ignore failing ptestsKhem Raj2025-02-121-1/+8
| | | | | | | | They call terminalreporter API from pytest which are not working since they are not external APIs, pytest is not at fault here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.2.4Bartosz Golaszewski2025-02-122-54/+2
| | | | | | | | Bugfix release containing a fix for tests failing with recent kernels. This allows us to remove the patch we're carrying. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: Upgrade 1.1.0 -> 1.2.0Leon Anavi2025-02-121-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.2.0: - Always preserve decimal.Decimal type in parse round trips - Better TypeError message on invalid mapping keys - Unify type representation in error messages - Improve import time by removing typing import - Improve import time by removing string import - Improve import time by lazy importing decimal Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-vlc: Upgrade 3.0.2012 -> 3.0.21203Leon Anavi2025-02-121-2/+4
| | | | | | | | | | | | Upgrade to release 3.0.21203: - Update to pyproject.toml build system configuration - Update doc generation to sphinx-autoapi - Add missing rtd theme to requirements - Add defined enum symbols in generated docstring Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: Upgrade 3.8.3 -> 3.8.6Leon Anavi2025-02-121-1/+1
| | | | | | | | | Upgrade to release 3.8.6: - Allow id=0 and check if response.id == request.id. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: build without goldDmitry Baryshkov2025-02-121-2/+11
| | | | | | | | | | The android-tools recipe has been using gold linker to create executables. Recently OE-Core has dropped support for the gold linker, which is now causing build errors for the android-tools recipe. Update the build-system patch in order to stop using gold for linking. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Add missing rdep on python3-typing-extensions for ptestsKhem Raj2025-02-121-0/+1
| | | | | | | | Fixes ptest runs 'E ModuleNotFoundError: No module named ' "'typing_extensions'\n" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-semver: Upgrade 3.0.2 -> 3.0.4Leon Anavi2025-02-121-2/+2
| | | | | | | | | | | | Upgrade to release 3.0.4: - Re-enable Trove license identifier - Fix source dist file License-Update: Replaced organization placeholder in LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: Upgrade 2.4.4 -> 2.4.6Leon Anavi2025-02-121-1/+1
| | | | | | | | | | | | Upgrade to release 2.4.6: - Ensure all timers are cancelled when after staggered race finishes - Keep classifiers in project to avoid automatic enrichment - Move classifiers to prevent recalculation by poetry Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.11.11 -> 3.11.12Leon Anavi2025-02-121-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 3.11.12: - MultipartForm.decode() now follows RFC1341 7.2.1 with a CRLF after the boundary - Restored the missing total_bytes attribute to EmptyStreamReader - Updated :py:func:~aiohttp.request to make it accept _RequestOptions kwargs - Improved logging of HTTP protocol errors to include the remote address - Added aiohttp-openmetrics to list of third-party libraries - Added missing files to the source distribution to fix Makefile targets - Started building armv7l musllinux wheels Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo: remove obsolete commentGyorgy Sarvari2025-02-121-3/+1
| | | | | | | | | | | | | grilo can be built without the "net" PACKAGECONFIG, it has been fixed in the upstream project[1] in version 0.3.14. Remove the comment referring to that bug. Also, fix a typo. [1]: https://gitlab.gnome.org/GNOME/grilo/-/commit/9995169ab01c6a274a471b6f6d5f560683b0ae99 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-128: keep persistent state directory in WORKDIRGyorgy Sarvari2025-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Mozilla projects (built from Firefox tarball) keep some content around for the build process, for example Python virtual environments, which is reused between the tasks. This folder is by default in $HOME, unless it is overriden by the MOZBUILD_STATE_PATH environment variable. Having this content in the $HOME folder can be problematic, as it can contaminate the build machine. As different example, when using kas, it creates a new temporary $HOME with each invokation, which is deleted upon exiting the kas process. This can fail the build if for example do_compile and do_install were called in different kas sessions, as the tools and data stored in this folder are deleted between the runs. To solve this, set the MOZBUILD_STATE_PATH environment variable to a folder inside the $TMPDIR, so this semi-persistent data can be contained in a known path. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: add missing dependencyGyorgy Sarvari2025-02-121-1/+1
| | | | | | | | | | | | "inspect_tool" PACKAGECONFIG failed to compile with the following error message: ../folks-0.15.9/meson.build:132:9: ERROR: C shared or static library 'readline' not found This change adds the missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>