summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.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-support/libgpiod/libgpiod_1.6.3.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-support/libgpiod/libgpiod_1.6.3.bb')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
index be5be2f8d..38bd23711 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
@@ -28,7 +28,7 @@ EXTRA_OECONF = "--enable-tools"
28DEPENDS += "autoconf-archive-native" 28DEPENDS += "autoconf-archive-native"
29 29
30PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" 30PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python"
31FILES_${PN}-tools = " \ 31FILES:${PN}-tools = " \
32 ${bindir}/gpiodetect \ 32 ${bindir}/gpiodetect \
33 ${bindir}/gpioinfo \ 33 ${bindir}/gpioinfo \
34 ${bindir}/gpioget \ 34 ${bindir}/gpioget \
@@ -36,7 +36,7 @@ FILES_${PN}-tools = " \
36 ${bindir}/gpiofind \ 36 ${bindir}/gpiofind \
37 ${bindir}/gpiomon \ 37 ${bindir}/gpiomon \
38" 38"
39FILES_${PN}-ptest += " \ 39FILES:${PN}-ptest += " \
40 ${bindir}/gpiod-test \ 40 ${bindir}/gpiod-test \
41 ${bindir}/gpio-tools-test \ 41 ${bindir}/gpio-tools-test \
42 ${bindir}/gpio-tools-test.bats \ 42 ${bindir}/gpio-tools-test.bats \
@@ -44,14 +44,14 @@ FILES_${PN}-ptest += " \
44 ${bindir}/gpiod_py_test.py \ 44 ${bindir}/gpiod_py_test.py \
45 ${libdir}/libgpiomockup.so.* \ 45 ${libdir}/libgpiomockup.so.* \
46" 46"
47FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" 47FILES:libgpiodcxx = "${libdir}/libgpiodcxx.so.*"
48FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" 48FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so"
49FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" 49FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
50 50
51RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" 51RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}"
52RRECOMMENDS_${PN}-ptest += "kernel-module-gpio-mockup" 52RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-mockup"
53 53
54PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" 54PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}"
55 55
56do_install_ptest() { 56do_install_ptest() {
57 install -d ${D}${PTEST_PATH}/tests 57 install -d ${D}${PTEST_PATH}/tests