mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
+2
-2
@@ -9,8 +9,8 @@ DEPENDS = "p8platform udev ncurses swig-native python3"
|
|||||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
|
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
|
||||||
DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||||
|
|
||||||
SRCREV = "ceeec8bfd2242792b6de59ce8fb854437208dc11"
|
SRCREV = "3519af0715e654c43382423d843ad658f2e01cb4"
|
||||||
SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \
|
SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https;tag=${BPN}-${PV} \
|
||||||
file://0001-Enhance-reproducibility.patch \
|
file://0001-Enhance-reproducibility.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
Reference in New Issue
Block a user