summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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 39ceb489e2..894ee52f96 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"
9DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" 9DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
10DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" 10DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
11 11
12PV = "5.0.0" 12SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9"
13
14SRCREV = "43bc27fe7be491149e6f57d14110e02abdac2f24"
15SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ 13SRC_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 \