mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
0ce424ded8
commit
d3dd8bc372
|
|
@ -10,7 +10,7 @@ LICENSE = "GPLv2 & LGPLv2"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz \
|
||||
SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.gz \
|
||||
file://gold-unversioned-symbol.patch \
|
||||
file://aarch64.patch \
|
||||
file://0001-fuse-fix-the-return-value-of-help-option.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user