From 3b6825d625ed4749a686bb0ba2d6e5f4a0c3b1b9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 13 Nov 2020 22:00:03 +0800 Subject: sshfs-fuse: upgrade 3.7.0 -> 3.7.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../sshfs-fuse/sshfs-fuse_3.7.0.bb | 27 ---------------------- .../sshfs-fuse/sshfs-fuse_3.7.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb create mode 100644 meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb deleted file mode 100644 index 47c9a64aa..000000000 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" -AUTHOR = "Miklos Szeredi " -HOMEPAGE = "https://github.com/libfuse/sshfs" -SECTION = "console/network" -LICENSE = "GPLv2" -DEPENDS = "glib-2.0 fuse3" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "git://github.com/libfuse/sshfs" -SRCREV = "a7e1038203c856cc7e052d439d1da49fe131339f" -S = "${WORKDIR}/git" - -inherit meson ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS_${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ - bash \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ -} diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb new file mode 100644 index 000000000..1db328465 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb @@ -0,0 +1,27 @@ +SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" +AUTHOR = "Miklos Szeredi " +HOMEPAGE = "https://github.com/libfuse/sshfs" +SECTION = "console/network" +LICENSE = "GPLv2" +DEPENDS = "glib-2.0 fuse3" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/libfuse/sshfs" +SRCREV = "8059e2ce630dd2b984f7a6c44a2b5291b0fe2abc" +S = "${WORKDIR}/git" + +inherit meson ptest + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ + bash \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/test + cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ +} -- cgit v1.2.3-54-g00ecf