diff options
Diffstat (limited to 'meta-oe/recipes-support/libgpiod')
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb index e6b6476e2..c6c262b70 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb | |||
@@ -31,7 +31,8 @@ FILES_${PN}-tools = "${bindir}/*" | |||
31 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" | 31 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |
32 | 32 | ||
33 | PACKAGES =+ "${PN}-python" | 33 | PACKAGES =+ "${PN}-python" |
34 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 34 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" |
35 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | ||
35 | RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" | 36 | RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" |
36 | RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" | 37 | RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" |
37 | 38 | ||