diff options
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb index 1e92d00790..33df709a63 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb | |||
@@ -24,7 +24,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
24 | bash \ | 24 | bash \ |
25 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \ | 25 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \ |
26 | " | 26 | " |
27 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim" | 27 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs" |
28 | 28 | ||
29 | do_install_ptest:append() { | 29 | do_install_ptest:append() { |
30 | install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/ | 30 | install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/ |