libcec: upgrade 7.0.0 -> 7.1.1

Changelog:
==========
- [libcec] fix incorrect preprocessor command
- [cmake] Fix win x64 and arm64 detection in cmake
- add Teufel vendor id
- RPiCECAdapterDetection: Include check that we can set passive mode
- correct typo
- Fix PRId64 define
- Fix another NULL return
- Don't use Bash for setting build variables
- update ceccloader.h & make cmake obey INSTALL_BINDIR & INSTALL_LIBDIR
- add system audio mode request & system audio mode status

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-07-30 17:54:27 +08:00 committed by Khem Raj
parent 318697a2ba
commit b27d4aedff
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,8 +9,8 @@ DEPENDS = "p8platform udev ncurses swig-native python3"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
SRCREV = "ceeec8bfd2242792b6de59ce8fb854437208dc11"
SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \
SRCREV = "3519af0715e654c43382423d843ad658f2e01cb4"
SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https;tag=${BPN}-${PV} \
file://0001-Enhance-reproducibility.patch \
"