summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libcec/libcec_6.0.2.bb')
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
index 48be1fdac..1e2033882 100644
--- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b3a719e97f49e4841e90573f9b1a98ac"
7DEPENDS = "p8platform udev ncurses swig-native python3" 7DEPENDS = "p8platform udev ncurses swig-native python3"
8 8
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
12SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" 12SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9"
13SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ 13SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \
@@ -26,18 +26,18 @@ EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
26 26
27# Put client examples into separate packages 27# Put client examples into separate packages
28PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" 28PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples"
29FILES_${PN}-examples-python = "${bindir}/py*" 29FILES:${PN}-examples-python = "${bindir}/py*"
30FILES_${PN}-examples = "${bindir}" 30FILES:${PN}-examples = "${bindir}"
31RDEPENDS_${PN}-examples-python = "python3-${BPN} python3-core" 31RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core"
32 32
33# Create the wrapper for python3 33# Create the wrapper for python3
34PACKAGES += "python3-${BPN}" 34PACKAGES += "python3-${BPN}"
35FILES_python3-${BPN} = "${libdir}/python3* ${bindir}/py*" 35FILES:python3-${BPN} = "${libdir}/python3* ${bindir}/py*"
36RDEPENDS_${PN} = "python3-core" 36RDEPENDS:${PN} = "python3-core"
37 37
38# cec-client and xbmc need the .so present to work :( 38# cec-client and xbmc need the .so present to work :(
39FILES_${PN} += "${libdir}/*.so" 39FILES:${PN} += "${libdir}/*.so"
40INSANE_SKIP_${PN} = "dev-so" 40INSANE_SKIP:${PN} = "dev-so"
41 41
42# Adapter shows up as a CDC-ACM device 42# Adapter shows up as a CDC-ACM device
43RRECOMMENDS_${PN} = "kernel-module-cdc-acm" 43RRECOMMENDS:${PN} = "kernel-module-cdc-acm"