mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
318697a2ba
commit
b27d4aedff
|
|
@ -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 \
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user