summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgpiod
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libgpiod')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb3
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}/*"
31FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" 31FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*"
32 32
33PACKAGES =+ "${PN}-python" 33PACKAGES =+ "${PN}-python"
34FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" 34FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so"
35FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
35RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}" 36RRECOMMENDS_PYTHON = "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '',d)}"
36RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" 37RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}"
37 38