diff options
-rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb index 7964621b58..2b0797a6f5 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | |||
@@ -33,9 +33,9 @@ SRC_URI += " \ | |||
33 | RDEPENDS:${PN}-ptest += " \ | 33 | RDEPENDS:${PN}-ptest += " \ |
34 | python3-pytest \ | 34 | python3-pytest \ |
35 | python3-looseversion \ | 35 | python3-looseversion \ |
36 | kernel-module-cuse \ | ||
37 | bash \ | 36 | bash \ |
38 | " | 37 | " |
38 | RRECOMMENDS:${PN}-ptest += " kernel-module-cuse" | ||
39 | 39 | ||
40 | do_install_ptest() { | 40 | do_install_ptest() { |
41 | install -d ${D}${PTEST_PATH}/test | 41 | install -d ${D}${PTEST_PATH}/test |