[oe-commits] [meta-openembedded] 25/25: fuse: fix fetcher error.

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 12:52:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit d3dd8bc3721f3958eb7ddeb026f7221d48daa986
Author: Ismo Puustinen <ismo.puustinen at intel.com>
AuthorDate: Wed Jun 14 12:36:19 2017 +0300

    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 at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0095f39..000a6e2 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"
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list