diff options
author | Ismo Puustinen <ismo.puustinen@intel.com> | 2017-06-14 12:36:19 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-14 14:51:17 +0200 |
commit | d3dd8bc3721f3958eb7ddeb026f7221d48daa986 (patch) | |
tree | 7a59e91a8f946a61da1f29a9d09954bb63489072 /meta-filesystems | |
parent | 0ce424ded8c28a0122cbcde1836b341bca53e8dd (diff) | |
download | meta-openembedded-d3dd8bc3721f3958eb7ddeb026f7221d48daa986.tar.gz |
fuse: fix fetcher error.
The recent fuse recipe update broke fetching the sources when building
fuse-native (it tried to fetch non-existent package
fuse-native-2.9.7.tar.gz).
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb index 0095f39d7..000a6e285 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2 & LGPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
11 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | 11 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" |
12 | 12 | ||
13 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz \ | 13 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.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 \ |