summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
index ef2f01fd46..310694ade7 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
@@ -28,7 +28,8 @@ RDEPENDS:${PN}-ptest += " \
28export LINK_SYSTEM_LIBGPIOD = "1" 28export LINK_SYSTEM_LIBGPIOD = "1"
29 29
30do_compile_ptest() { 30do_compile_ptest() {
31 ${STAGING_BINDIR_NATIVE}/python3-native/python3 build_tests.py 31 setup_target_config
32 nativepython3 build_tests.py
32} 33}
33 34
34do_install_ptest() { 35do_install_ptest() {