summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
index 5a926dac0..569c7f690 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
@@ -17,9 +17,11 @@ inherit meson pkgconfig ptest
17SRC_URI += " \ 17SRC_URI += " \
18 file://run-ptest \ 18 file://run-ptest \
19" 19"
20 20#python3-compile for filecmp module
21RDEPENDS:${PN}-ptest += " \ 21RDEPENDS:${PN}-ptest += " \
22 python3-compile \
22 python3-pytest \ 23 python3-pytest \
24 python3-unittest-automake-output \
23 bash \ 25 bash \
24 fuse \ 26 fuse \
25" 27"
@@ -27,4 +29,5 @@ RDEPENDS:${PN}-ptest += " \
27do_install_ptest() { 29do_install_ptest() {
28 install -d ${D}${PTEST_PATH}/test 30 install -d ${D}${PTEST_PATH}/test
29 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ 31 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
32 ln -sf ${bindir}/sshfs ${D}${PTEST_PATH}/sshfs
30} 33}