diff options
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.bb | 16 |
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 be5be2f8db..38bd23711e 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" | |||
| 28 | DEPENDS += "autoconf-archive-native" | 28 | DEPENDS += "autoconf-archive-native" |
| 29 | 29 | ||
| 30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" | 30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" |
| 31 | FILES_${PN}-tools = " \ | 31 | FILES:${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 | " |
| 39 | FILES_${PN}-ptest += " \ | 39 | FILES:${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 | " |
| 47 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" | 47 | FILES:libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |
| 48 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" | 48 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" |
| 49 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 49 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
| 50 | 50 | ||
| 51 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" | 51 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" |
| 52 | RRECOMMENDS_${PN}-ptest += "kernel-module-gpio-mockup" | 52 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-mockup" |
| 53 | 53 | ||
| 54 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" | 54 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" |
| 55 | 55 | ||
| 56 | do_install_ptest() { | 56 | do_install_ptest() { |
| 57 | install -d ${D}${PTEST_PATH}/tests | 57 | install -d ${D}${PTEST_PATH}/tests |
