summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* jansson: fix a symbol clash when building with cmakeJaeyoon Jung2025-01-162-0/+31
| | | | | | | | | | | | It exports all symbols globally which results in a symbol clash, for example "hashtable_del" of ulogd2. It has been revealed because the recipe inherits cmake over autotools since Langdale. This fixes it by specifying visibility scope of symbols in its version script which matches what is given with the libtool flag '-export-symbols-regex' in Makefile.am. Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix permissions of /usr/share/polkit-1/rules.d/ againLuca Boccassi2025-01-151-1/+1
| | | | | | | | | | | Commit d89fc818b716d099f83a5a9a973be428e2b66806 changed the permissions back to 700, which is wrong for /usr/share, these files are intended to be world readable. Change it back. Fixes: d89fc818b716 ("polkit: Install rules in subdir") Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libserialport: upgrade 0.1.1 -> 0.1.2Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ddrescue: upgrade 1.28 -> 1.29Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: address changed to <http://fsf.org/> Changelog: ========== - The new option '--continue-on-errno' has been added. - If ddrescue exits because of a fatal read error, it now prints the value of the variable 'errno' so that it can be used as argument to '--continue-on-errno'. - When using '--ask' and '--verbose', print rescue options before asking user. - Option '--log-reads' now records the value of errno if different from EIO. (The four changes above suggested by Christian Franke). - The effect of option '-O, --reopen-on-error' has been extended to all phases. - It has been documented in the manual that '--reopen-on-error' may be needed when using '--continue-on-errno'. - A compilation error on FiwixOS 3.3 about an ambiguous call to std::abs has been fixed. (Reported by Jordi Sanfeliu). - The chapter 'Syntax of command-line arguments' has been added to the manual. - Two examples of combined use with lziprecover have been added to the manual. (One of them uses the new Forward Error Correction (FEC) feature of lziprecover). - It has been documented in the manual that option '-b' of ddrescuelog is position dependent. (Reported by Winston B. E.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-128: Fix riscv arch specification in tripletsKhem Raj2025-01-072-0/+31
| | | | | | Rust needs it these days Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20230219 -> 20241231Wang Mingyu2025-01-072-20/+23
| | | | | | | | | | 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch refreshed for 20241231 Licese-Update: copyright year updated to 2024 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Install rules in subdirDarrel Griët2025-01-051-0/+4
| | | | | | | | | | | | | | https://github.com/openembedded/meta-openembedded/commit/d5e90541f8e35916abc930b2da6de037b23d51a1 moved the rules to /usr/share/ instead of /etc/. The commit also removed the install:prepend() step. This results in the rules being installed as file /usr/share/polkit-1/rules.d instead of in that folder. This commit adds back the install prepend step such that the rules are installed in said folder. Signed-off-by: Darrel Griët <dgriet@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20241122 -> 20241222Wang Mingyu2024-12-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* limwmf: upgrade 0.2.8.4 -> 0.2.13Peter Marko2024-12-274-127/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git log --oneline | grep CVE f58c813 merge in fixes for libgd CVE-2019-6978 407a58b CVE-2017-6362 dabcb8c CVE-2016-10168 b691e47 CVE-2016-10167 16919b4 CVE-2016-9317 2208b48 CVE-2016-9011 f47cbdf CVE-2015-4696 b5ae5d1 CVE-2015-4695 879d6bf CVE-2015-0848+CVE-2015-4588 44f37ac CVE-2009-3546 7bd8ce0 CVE-2007-2756 cfc0916 CVE-2007-3477 5ec7547 CVE-2007-3473 fdd21b1 CVE-2007-3472 5588450 CVE-2007-0455 2c84480 CVE-2009-1364, Use-after-free vulnerability b9cc022 CVE-2006-3376 Integer overflow in player.c Adaptations: * removed patches included in new version. * extended buildpaths fix to pc file * changed paths from libdir/gtk-2 to libdir/gdk-pixbuf-2.0 Test - built imagemagick (only recipe in meta-openembedded depending on libwmf) with wmf PACKAGECONFIG. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwmf; switched to unofficial forkPeter Marko2024-12-271-7/+5
| | | | | | | | | | | | | Debian has switched to this fork in Bookworm. If contains dozens of CVE fixes and other bugfixes. This should make the maintenance of this package easier. The sources are identical to those abandoned in 2002: Only in .../tmp/work/core2-64-poky-linux/libwmf/0.2.8.4/libwmf-0.2.8.4/: autom4te.cache Only in /tmp/caolanm/libwmf/: .git Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.9 -> 2024.10Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - prepare-root: Add composefs.enabled=verity - README: Update buildstream URL to new github repo - composefs: Ensure buffer is suitably aligned for struct fsverity_digest - core: Always sort incoming xattrs - Fix ci - sign-ed25519: Fix error message of validate_length - rofiles-fuse: when fuse execution fails, rofiles-fuse still returns exit code 0 - libostree/deploy: enable composefs by default - man: Note semantics combining root.transient with composefs.enabled Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 7zip: Fix build with clangKhem Raj2024-12-202-18/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: ignore CVE-2022-0543Peter Marko2024-12-191-0/+1
| | | | | | | | This is Debian-specific CVE. NVD tracks this CVE as version-less. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Use 7zip 24.09 to replace p7zip 16.02Hongxu Jia2024-12-1910-461/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to DOC/readme.txt [1]: 7-Zip and p7zip =============== Now there are two different ports of 7-Zip for Linux/macOS: 1) p7zip - another port of 7-Zip for Linux, made by an independent developer. The latest version of p7zip now is 16.02, and that p7zip 16.02 is outdated now. http://sourceforge.net/projects/p7zip/ 2) 7-Zip for Linux/macOS - this package - it's new code with all changes from latest 7-Zip for Windows Add recipe 7-zip [2] to instead of recipe p7zip[3] in which the upstream is dead since 2016 Use git repo to instead of tarball Drop obsolete patches - CVE-2016-9296.patch - CVE-2017-17969.patch - CVE-2018-5996.patch - change_numMethods_from_bool_to_unsigned.patch - 0001-Fix-two-buffer-overflow-vulnerabilities.patch - 0001-Fix-narrowing-errors-Wc-11-narrowing.patch License-Update: DOC/License.txt: Add BSD-2-Clause & BSD-3-Clause The codec libraries was removed since 21.02 [4] Refer debian to compile 7-zip [5] Add link 7z.so to lib7z.so and create wrapper to command 7z which required running with absolute path to link the library 7z.so [1] https://salsa.debian.org/debian/7zip/-/blob/master/DOC/readme.txt?ref_type=heads [2] https://sourceforge.net/projects/p7zip/ [3] https://www.7-zip.org/ [4] https://github.com/p7zip-project/p7zip/commit/6c6ed1eba9ff0c0ded9323600f1f3c686d6b6692 [5] https://salsa.debian.org/debian/7zip/-/blob/master/debian/rules Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbmuxd: upgrade 2.0.2 -> 2.1.0Wang Mingyu2024-12-191-2/+2
| | | | | | | | | | | | | Changelog: ========== - Socket code has been moved to libimobiledevice-glue library - Code cleanup (clang-tidy) and improvements - autoconf: Fix clang-16 breakage - Add libusbmuxd_version() function to interface - iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a single socket Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: upgrade 2.3.0 -> 2.6.0Wang Mingyu2024-12-191-1/+1
| | | | | | | | Changes: * Revert back API change around PLIST_DATA to use char* again Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: add recipe for mozjs-128Markus Volk2024-12-1613-0/+594
| | | | | | | | | | | | | mozjs-128 is the current esr release based on firefox 128 Add a new recipe and keep mozjs-115 as its still supported and used by polkit - Remove two backported patches - Remove a (hopefully) unneeded patches for musl (build for qemuarm/musl succeeded) - Add dependency for cbindgen-native Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: 1.0.9 -> 1.0.10Michael Fitzmayer2024-12-101-1/+1
| | | | | | | Interim release with a number of bug fixes. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: don't set UPSTREAM_CHECK_COMMITSRoss Burton2024-12-101-1/+0
| | | | | | | | | | Upstream is tagging and the release checking works as expected: $ devtool check-upgrade-status -a etcd etcd 3.5.7 3.5.17 None 507c0de87bd5034e3de4ab76ebf96b54dae0cd52 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: update to version 1.0.9Michael Fitzmayer2024-12-082-50/+7
| | | | | | | | | | | | - Add support for CANopen Profile data base files using a well documented JSON-based file format. - Include codb to JSON converter (codb2json). - Add API functions to generate test reports (JUnix XML). - Removed PicoC support for the greater good. - Various improvements and bug fixes. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.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>
* 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>
* 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>
* fluentbit: use system libs instead of vendored onesPatrick Wicki2024-11-291-2/+9
| | | | | | | | | | | Make use of the new build option to unbundle some vendored dependencies. Currently supported are libbacktrace, c-ares, jemalloc, luajit and nghttp, all of which have Yocto recipes. librdkafka is currently below the required version (>=2.3.0) so for that it will fall back to the vendored version. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade to v3.2.1Patrick Wicki2024-11-298-30/+82
| | | | | | | | | | | | | Changelogs since v3.1.9: - https://fluentbit.io/announcements/v3.1.10/ - https://fluentbit.io/announcements/v3.2.0/ - https://fluentbit.io/announcements/v3.2.1/ Also add pending patch for a cprofiles bug. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 115.16.1 -> 115.17.0Markus Volk2024-11-241-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix build with icu 76+Khem Raj2024-11-232-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: Fix build with muslKhem Raj2024-11-222-1/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe: canopenterm 1.0.8Michael Fitzmayer2024-11-211-0/+29
| | | | | | | | | | CANopenTerm is an open-source software tool designed for the development, testing, and analysis of CANopen CC networks and devices. It extends its capabilities to support other CAN CC protocols, including SAE J1939 and OBD-II. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Address reproducibility issuesDan McGregor2024-11-192-10/+73
| | | | | | | | | | | | The distributed configure script removes the existing CFLAGS if it finds python3. Correct this, so that our prefix mapping flags and other OpenEmbedded flags get applied. This patch was acquired from the comments in https://bugs.launchpad.net/hplip/+bug/1879445 Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.8 -> 2024.9Wang Mingyu2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - deploy: Don't recompute verity checksums if not enabled - prepare-root: allow sysroot.readonly=true with kernel cmdline ro - rust-bindings: Fix readthedocs.io link - curl: Add more assertions for curl return values - checkout: Add commentary around whiteout "quoting" - commit: Give a better error message for unhandled file type - deploy: Don't copy xattrs for devicetree - tests: Skip checking for immutable bit on composefs - tests: Work around GPG 2.2.45 error behaviour when revoking an expired key - checkout: Only verify digest if repo requires fsverity - prepare-root: Fix composefs docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.2.0 -> 3.2.1Wang Mingyu2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - crypto: check that IOC_OPAL_GET_STATUS is defined - smart: Clarify use of ID_ATA_SMART_ACCESS udev property - smart: Clarify ID_ATA_SMART_ACCESS udev property values - nvme: Avoid element-type g-i annotations - README: Update supported technologies - dist: Fix source URL in spec - packit: Fix generating spec from template - dist: Sync spec with downstream - misc: Fix installing test dependencies on Debian/Ubuntu - ci: Do not try to install test dependencies for CodeQL analysis - lvm: Clarify the global config functionallity in libblockdev - ci: Install 'python3-libdnf5' for TMT test plans - Makefile: Fix generating RPM log during bumpver Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Upgrade 0.9.6 -> 0.9.7Ricardo Simoes2024-11-191-1/+1
| | | | | | | | Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.7 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>
* librelp: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfastjson: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Fix the ptest path to test-driverOla x Nilsson2024-11-191-10/+12
| | | | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix the ptest path to test-driverOla x Nilsson2024-11-191-8/+10
| | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Package zsh-completions and extend to native recipeKhem Raj2024-11-191-14/+24
| | | | | | Add missing perl modules in rdeps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Add recipe for GNU ParallelZhang Peng2024-11-061-0/+29
| | | | | | | | This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.9.4 -> 3.9.5Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.11.1 -> 1.11.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Fix performance regression in `zip_stat` introduced in 1.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.J. S.2024-11-0528-28/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Add IPO option as a packageconfig knobKhem Raj2024-11-051-0/+4
| | | | | | | | | | | | | | | LTO seems to fail when using clang compiler, therefore disable it for now. | arm-yoe-linux-musleabi-ld.lld: error: undefined hidden symbol: co_swap_function.llvm.232435740610378447 | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by flb_input_thread.c:0 (src/flb_input_thread.c:0) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_output.c.o at 1447274).o:(.Lflb_output_task_flush$local) | >>> referenced 88 more times Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix building with wasm supportPatrick Wicki2024-10-212-0/+43
| | | | | | | | | Patch the cmake config of the wasm micro runtime dependency. This fixes the build for x86 by avoiding the cmake try_run() which cannot be invoked in cross-compiling mode. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Mitigate init manager detection issuesNiko Mauno2024-10-213-41/+49
| | | | | | | | | | | | | | | | Avoid following CMake failure which during do_configure stemming from non-cross compile friendly condition check executed on a build host which has /usr/share/upstart directory | CMake Error at src/CMakeLists.txt:550 (install): | install DIRECTORY given unknown argument "/etc/fluent-bit/". Also handle systemd init manager case more appropriately, so that it works also when the build host does not have a /lib/systemd/system directory. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlock: fix do_fetch errorJiaying Song2024-10-181-1/+1
| | | | | | | | | Change the SRC_URI to the correct value due to the following error: WARNING: vlock-2.2.3-r0.vr2401 do_fetch: Failed to fetch URL http://distfiles.gentoo.org/distfiles/vlock-2.2.3.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: disable python wrapperAlexander Kanavin2024-10-161-1/+1
| | | | | | | | No longer python 3.13 compatible: https://github.com/Pulse-Eight/libcec/issues/664 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>