diff options
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 4 |
1 files changed, 2 insertions, 2 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 e1c0e8922a..43264782e2 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | |||
| @@ -32,8 +32,8 @@ FILES_${PN}-tools = "${bindir}/*" | |||
| 32 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" | 32 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |
| 33 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" | 33 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" |
| 34 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 34 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
| 35 | RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" | 35 | |
| 36 | RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" | 36 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" |
| 37 | 37 | ||
| 38 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" | 38 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" |
| 39 | 39 | ||
