From: Khem Raj <[email protected]> Fixes
E FileNotFoundError: [Errno 2] No such file or directory: 'file' ../../python3.13/subprocess.py:1972: FileNotFoundError Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 32a029dae19d2a21af94ee7ad2793ce907178686) Signed-off-by: Ankur Tyagi <[email protected]> --- meta-oe/recipes-support/fuse/fuse3_3.16.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb index 1c91a1aa17..2747e6c8be 100644 --- a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb @@ -35,6 +35,7 @@ RDEPENDS:${PN}-ptest += " \ python3-pytest \ python3-looseversion \ bash \ + file \ " RRECOMMENDS:${PN}-ptest += " kernel-module-cuse"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122521): https://lists.openembedded.org/g/openembedded-devel/message/122521 Mute This Topic: https://lists.openembedded.org/mt/116711293/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
