diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 3 |
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 += " \ | |||
28 | export LINK_SYSTEM_LIBGPIOD = "1" | 28 | export LINK_SYSTEM_LIBGPIOD = "1" |
29 | 29 | ||
30 | do_compile_ptest() { | 30 | do_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 | ||
34 | do_install_ptest() { | 35 | do_install_ptest() { |