diff options
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb index 756b143ef7..d559028989 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb | |||
@@ -12,7 +12,8 @@ PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" | |||
12 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" | 12 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" |
13 | 13 | ||
14 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" | 14 | PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" |
15 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} | 15 | |
16 | inherit python3native | ||
16 | 17 | ||
17 | PACKAGES =+ "${PN}-python" | 18 | PACKAGES =+ "${PN}-python" |
18 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 19 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |