diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-25 13:46:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
commit | 9517a114c8af0eba9815275a3005b823d48b3c74 (patch) | |
tree | d237ff95f18eb72ca7cce8251448f7393ac4caf0 | |
parent | 1102fbf8943298e049b56a51e72a1852cbd1f3f2 (diff) | |
download | meta-openembedded-9517a114c8af0eba9815275a3005b823d48b3c74.tar.gz |
libcec: update to 6.0.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_6.0.2.bb (renamed from meta-oe/recipes-extended/libcec/libcec_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index 39ceb489e..894ee52f9 100644 --- a/meta-oe/recipes-extended/libcec/libcec_git.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | |||
@@ -9,9 +9,7 @@ DEPENDS = "p8platform udev ncurses swig-native python3" | |||
9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" | 9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" |
10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
11 | 11 | ||
12 | PV = "5.0.0" | 12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" |
13 | |||
14 | SRCREV = "43bc27fe7be491149e6f57d14110e02abdac2f24" | ||
15 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ | 13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ |
16 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ | 14 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ |
17 | file://0001-Enhance-reproducibility.patch \ | 15 | file://0001-Enhance-reproducibility.patch \ |