summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorKyle Russell <bkylerussell@gmail.com>2017-06-01 14:43:15 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-12 06:56:24 +0200
commit90a65b7d31bb5269421e69efea6206a67ca92464 (patch)
tree99dc948eb0c2fbb3ade1038687ee8bacb46cd011 /meta-filesystems
parentdfc764f0c557df1c0097fa6360cfc8be4a92f447 (diff)
downloadmeta-openembedded-90a65b7d31bb5269421e69efea6206a67ca92464.tar.gz
fuse: update 2.9.4 to 2.9.7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb (renamed from meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
index 153fcb4e0..e66f3cd01 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
@@ -4,20 +4,20 @@ DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspac
4 also aims to provide a secure method for non privileged users to \ 4 also aims to provide a secure method for non privileged users to \
5 create and mount their own filesystem implementations. \ 5 create and mount their own filesystem implementations. \
6 " 6 "
7HOMEPAGE = "http://fuse.sf.net" 7HOMEPAGE = "https://github.com/libfuse/libfuse"
8SECTION = "libs" 8SECTION = "libs"
9LICENSE = "GPLv2 & LGPLv2" 9LICENSE = "GPLv2 & LGPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
11 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" 11 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \ 13SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz \
14 file://gold-unversioned-symbol.patch \ 14 file://gold-unversioned-symbol.patch \
15 file://aarch64.patch \ 15 file://aarch64.patch \
16 file://0001-fuse-fix-the-return-value-of-help-option.patch \ 16 file://0001-fuse-fix-the-return-value-of-help-option.patch \
17 file://fuse.conf \ 17 file://fuse.conf \
18" 18"
19SRC_URI[md5sum] = "ecb712b5ffc6dffd54f4a405c9b372d8" 19SRC_URI[md5sum] = "9bd4ce8184745fd3d000ca2692adacdb"
20SRC_URI[sha256sum] = "6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1" 20SRC_URI[sha256sum] = "832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874"
21 21
22inherit autotools pkgconfig update-rc.d systemd 22inherit autotools pkgconfig update-rc.d systemd
23 23