summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-gpiod: don't recommend kernel-module-configfs for ptestBartosz Golaszewski2024-12-061-1/+0
| | | | | | | | This is already done by the libgpiod recipe for libgpiod-gpiosim which is a dependency for python3-gpiod's ptest package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptestBartosz Golaszewski2024-12-061-1/+1
| | | | | | | | | We now have a separate package containing the libgpiosim shared object which is all from libgpiod-ptest that we need for this package's tests. Let's relax the run-time dependency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: minimize intra-recipe dependencies for ptestBartosz Golaszewski2024-12-061-8/+11
| | | | | | | | | | | | | | | Make the packaging a bit more fine-grained. Create separate packages for the libgpiosim library and gpio-manager configuration files. Make the ptest package run-time depend on only the gpio-manager config. This way, we don't pull the entire daemon infrastructure if all we want is to run its test suite. While at it: add GPIO udev rules to the gpio-manager config package. Currently they are in the main libgpiod package where they don't really belong. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: add missing run-time dependenciesBartosz Golaszewski2024-12-061-0/+5
| | | | | | | | | | The test program passes command-line arguments to hostname, grep and mount that are not present in busybox' variants, so we need to pull in the real things. The recipe also misses mkfs and findmnt programs so add those to RDEPENDS as well. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: update 3.12.4 -> 3.12.6Markus Volk2024-12-053-30/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support for jxl, webp, gstreamer - add more PACKAGECONFIG options - disable webservices to avoid pulling in deprecated libsoup2 - remove yelp-native dependency - build colord dependent on polkit feature - drop polkit and gobject-introspection from REQUIRED_DISTRO_FEATURES - add backport patch to fix 32-bit Version 3.12.6 ~~~~~~~~~~~~~~ Released: 2024-03-10 Features: * WebAlbums: allow Exif image title to be used. (Linas Vepstas) Bugfixes: * Fixed 'could not perform operation' when editing a modified image. * Video thumbnailer: use the default thumbnail size if invalid. (Linas Vepstas) * Video thumbnailer: avoid a null pointer dereference and crash. (Linas Vepstas) Translations: * Slovenian (Martin Srebotnjak) Version 3.12.5 ~~~~~~~~~~~~~~ Released: 2024-02-18 Bugfixes: * Add to catalog: show the next image only when in viewer mode (!313) * jxl: added support for version 0.9.0 (Timo Gurr) (!306) * Commenting a picture deletes its Color Profile tag. This only happened when the 'Store metadata inside files if possible' option was active. (!293) Translations: * Chinese/Traditional (Cheng-Chia Tseng) * Turkish (Sabri Ünal) * čeština (Daniel Rusek) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-radius: add recipeYi Zhao2024-12-051-0/+30
| | | | | | | | The RADIUS authentication PAM module allows any PAM-capable machine to become a RADIUS client for authentication and accounting requests. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: use python_setuptools_build_metaBartosz Golaszewski2024-12-041-1/+1
| | | | | | | | | Using the setuptools3-base class somehow works for invoking the setuptools build backend but we should actully be using python_setuptools_build_meta. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lastlog2: remove leftover patchYi Zhao2024-12-041-31/+0
| | | | | | | | | | The lastlog2 recipe has been removed in commit[1]. Clean up leftover patch. [1] https://git.openembedded.org/meta-openembedded/commit/?id=9f818a060516b6d0f0b437f5891affc1ab01a3b4 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classes/gpe: remove obsolete classRoss Burton2024-12-041-17/+0
| | | | | | | xserver-common was the last recipe to use this, so remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-common: remove obsolete recipeRoss Burton2024-12-0414-878/+0
| | | | | | | | Everyone should be using x11-common now (in oe-core) and this recipe hasn't been touched since 2018, so remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autoconf-2.13-native: remove recipeYi Zhao2024-12-042-134/+0
| | | | | | | | | | | | | The autoconf-2.13-native recipe was introduced for building mozjs-78[1]. But mozjs-78 has been removed for a long time[1] and the current mozjs doesn't require it anymore. Considering that autoconf 2.13 was released in 1999 and no recipes require it anymore, we can safely remove it. [1] https://git.openembedded.org/meta-openembedded/commit/?id=fe1607060ac2dd42ae8c5115b8cbc4993b467a87 [2] https://git.openembedded.org/meta-openembedded/commit/?id=7432c1a2ef9d75b078da31d268ffd016e8dcf583 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.11.0 -> 22.12.0Jason Schonberg2024-12-034-32/+2
| | | | | | | | | | | | | License-Update: Add JSON parsing library under MIT license. https://github.com/nodejs/node/pull/56040/commits/27bcd103e775e00eb8d03ac37052bbd4ccb6d239 Drop backported patch fix-build-with-icu-76.patch. It is already integrated in this version https://github.com/nodejs/node/pull/56040/commits/c3ca978d9c73d1a96f4d5c7bfa3c10ce786b8fe9 Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.12.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 24.10.0 -> 24.11.0Guðni Már Gilbert2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/twisted/twisted/releases/tag/twisted-24.11.0 - Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. - TCP throughput when sending data is slightly faster. - twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default [bindAddress]{.title-ref}. This was a regression introduced in 24.10.0. - HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. - twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. - twisted.python.constants, deprecated since 16.5.0, has been removed. - twisted.mail.imap.IMAPServer.arg_fetchatt can now detect that a IMAP partial request has been made that is longer than the original message and alter the output of the response in order to match the IMAPRev4 spec Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Fix Musl build errordeepan.shivap2024-12-032-3/+28
| | | | | | | | | | | | | Mistakenly removed musl-fixes.patch in previous commit. update & Include 0001-Musl-build-fix.patch based on latest upstream of ot-br-posix Remove CXXFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare -Wno-error=unused-but-set-variable", as issue is not reproducible with current SRCREV of ot-br-posix. Signed-off-by: deepan.shivap <deepan.shivap@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.1.3 -> 2.2.1Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinysparql: upgrade 3.8.0 -> 3.8.1Wang Mingyu2024-12-032-20/+9
| | | | | | | | | | | | | | 0001-fix-reproducibility.patch refreshed for 3.8.1 Changelog: ============ * Fix leak iterating bus-based cursors * Fix allowed extension for Turtle files in ontology definitions * Test fixes Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: upgrade 47.1 -> 47.2Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | Changelog: ============ * Use pid when generating counter IDs in SysprofCollector * Fix potential UB in GtkBitset * Avoid UB in bsearch() with no data * Increased safety in SysprofDocumentLoader * Increased safety when parsing CPU counters with async IO Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rabbitmq-c: upgrade 0.14.0 -> 0.15.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | ## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (#841) - Add amqp_literal_bytes macro (#844) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.1.1 -> 6.0.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: ========== - Fixed a regression where twine check would fail to expand wildcards, e.g. twine check 'dist/*'. - Restore support for pkginfo 1.11 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.66.6 -> 4.67.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - fix gui (matplotlib syntax) (#1629) - misc test & framework updates: bump pytest-asyncio (#1630) fix codecov rate limit fix pybuild sync dependencies - contrib.discord: replace disco-py with requests Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli: upgrade 2.1.0 -> 2.2.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | Changelog: ========== Fixed: Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version Added: mypyc generated binary wheels for common platforms Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: upgrade 1.3 -> 2.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= treewide: add Windows support for all SoC families except AM335x introduce the new Snagfactory flashing tool snagflash: add interactive mode with advanced compound commands AM6x: broaden AM62x support to include AM64x SoCs Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: upgrade 2.27.0 -> 2.27.1Wang Mingyu2024-12-032-11/+11
| | | | | | | | | | | | | Changelog: ============= - Simplify shared union serializer logic - Tidy up some uses of Bound<'_, PyString>::to_str - Fix serialization inference for complex types in python - Bump to PyO3 v0.22.6 - Fix performance regression for JSON tagged union Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.4.0 -> 4.5.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ - Test data updates to fix test failures - Update test_idna_encoding_query_a with new errno to align to new c-ares version - Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin - Drop distutils - build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows - Add 3.13 support, remove 3.8 - chore(ci): fix upload & add more platforms to cibuildwheel - Test building release wheels on PRs - Fix building sdist - Fixup CI Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.10.1 -> 3.0.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: =========== - Completely modernized portalocker build system and added fully strict pyright and mypy compliance with ruff formatting and checking. - Dropped support for deprecated Python versions, only 3.9 and up are supported now. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.20.1 -> 2.21.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Features & Improvements ======================= Pass original working directory as env variable to pdm scripts (#3179) Output similar commands or script command when the input command is not correct (#3270) improve readability of Python interpreter validation message (#3276) Print task name by default when using pdm run (#3277) Make OrderedSet.__contains__ run in O(1) (#3280) Emit post_lock after writing pyproject.toml and pdm.lock in add/update (#3285) Drop support of Python 3.8 (#3298) Bug Fixes ============= Fix the name normalization issue for optional dependency groups. (#3271) Don't use uv when installing plugins in project. (#3283) Fix the bug that pdm plugins are invalid after installation on ubuntu system python. (#3289) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm-build-locked: upgrade 0.3.3 -> 0.3.4Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: =========== - compatibility with dependency-groups in pdm 2.20 - dropped support for Python 3.8 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: upgrade 4.0.1 -> 4.1.29Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.36.0 -> 2.36.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | Changelog: Fix failing pillow test Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpx: upgrade 0.27.2 -> 0.28.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - The following cases of configuration API have been deprecated: The verify argument as a string argument is now deprecated and will raise warnings. The cert argument is now deprecated and will raise warnings. - The deprecated proxies argument has now been removed. - The deprecated app argument has now been removed. - JSON request bodies use a compact representation. (#3363) - Review URL percent escape sets, based on WHATWG spec. (#3371, #3373) - Ensure certifi and httpcore are only imported if required. (#3377) - Treat socks5h as a valid proxy scheme. (#3178) - Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastjsonschema: upgrade 2.20.0 -> 2.21.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ * Updated test suite * Fixed detecting when infinity is reached with multipleOf * Fixed that min/max items/lenght/properties can be float * Fixed that everything with empty `not` is invalid * Fixed missing re import when using regex pattern * Improved regexp for email format to comfort test suite * Improved regexp for date format to comfort test suite * Improved regexp for ipv4 format to comfort test suite * Added partial support of idn-hostname format * Added `detailed_exceptions` flag (default to True to avoid breaking change)i - when used, results are twice as fast Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cppy: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | Changelog: prevent liinking dynamically to MSVCP on windows Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.11 -> 39.4.13Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: ============= - Use tox and CMake to test generated C code on Windows - fix floating-point precision issue in arxml 'parse_number_string' - Encode the given NamedSignalValue 'value' when explicitly given Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: upgrade 2.5.0 -> 2.6.0Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.4.1 -> 3.0.0Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.10.11 -> 3.11.8Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: upgrade 2.4.3 -> 2.4.4Wang Mingyu2024-12-031-1/+1
| | | | | | | | Bugfix: Handle oserror on failure to close socket instead of raising indexerror Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: upgrade 1.1.22 -> 1.1.23Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20241022 -> 20241122Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: ============ * --pipe --block works similar to --pipepart --block if --block size is negative. * DBURLs can be written with / instead of %2F for sqlite and CSV. * Bug fixes and man page updates. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* localsearch: upgrade 3.8.0 -> 3.8.1Wang Mingyu2024-12-032-7/+7
| | | | | | | | | | | | | | | | 0001-fix-reproducibility.patch refreshed for 3.8.1 Changelog: ============ * Fix multiple leaks in metadata extractors * Fix reporting of metadata extraction progress in "localsearch daemon -f" and "localsearch status" * Cache mounts for generating stable content identifiers * Added missing includes necessary for Musl libc Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.11 -> 1.11.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | Bugfix: connect-all fails when CONFIG_NVME_TCP_TLS and CONFIG_NVME_HOST_AUTH are not enable Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.52.1 -> 3.52.2Wang Mingyu2024-12-031-1/+1
| | | | | | | | | Bugs fixed: - goadavclient.c: add WebDAV default candidate to test - goafedoraprovider: fix use-after-free Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.5 -> 1.2.6Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | CHANGES : * exfatprogs: replace obsolete autoconf and libtool macros. * mkfs.exfat: prefer the physical block size over the logical block size for the exFAT sector size. * mkfs.exfat: add notes about the format of the volume GUID to the man page. * mkfs.exfat: fix an incorrect calculation of the number of used clusters. BUG FIXES : * exfatlabel: fix an user input error when setting a volume serial or label. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.54.1 -> 3.54.2Wang Mingyu2024-12-033-54/+10
| | | | | | | | | | | | | | 0001-I-574-Fails-to-build-link-against-icu-76.1.patch removed since it's included in 3.54.2 Changelog: ========== - libedataserverui: Avoid initializing the icon_theme when building introspection data - Fails to build/link against icu 76.1 - Correct certificate key usage constants Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debootstrap: upgrade 1.0.137 -> 1.0.138Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20241103.0 -> 6.1.20241201.0Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.11.0 -> 1.11.1Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.5 -> 5.6Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: =========== - Remove some legacy stuff and more - Add link to accent-color-change shell script Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: use inherit_defer for conditional casesGhislain Mangé2024-12-031-1/+1
| | | | | | | | | | | Conditionnal inherit may be missed when PACKAGECONFIG qt5 is activated after this inherit, eg in .bbappend. see patch [0] [0]: https://lists.openembedded.org/g/bitbake-devel/message/16815 Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Ghislain Mangé <ghislain.mange@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: fix Qt5/6 configurationGhislain Mangé2024-12-031-1/+1
| | | | | | | | | | | | Wireshark is built with Qt6 by default when Qt is enabled. Forcibly disable Qt6 in our Qt5 PACKAGECONFIG Github issue: https://github.com/openembedded/meta-openembedded/issues/844 Reported-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Ghislain Mangé <ghislain.mange@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>