[oe] [PATCH 1/5] fuse: update HOMEPAGE and SRC_URI

Kang Kai Kai.Kang at windriver.com
Wed Mar 15 02:29:49 UTC 2017


On 2017年03月15日 02:45, Denys Dmytriyenko wrote:
> On Mon, Mar 13, 2017 at 11:29:17AM +0800, kai.kang at windriver.com wrote:
>> From: Kai Kang <kai.kang at windriver.com>
>>
>> The homepage of fuse is redirected to github. So update HOMEPAGE and
>> SRC_URI.
>>
>> Correct license LGPLv2 with LGPLv2.1 at same time.
>>
>> Signed-off-by: Kai Kang <kai.kang at windriver.com>
>> ---
>>   meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
>> index 153fcb4..b34efa1 100644
>> --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
>> +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
>> @@ -4,13 +4,13 @@ DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspac
>>                  also aims to provide a secure method for non privileged users to \
>>                  create and mount their own filesystem implementations. \
>>                 "
>> -HOMEPAGE = "http://fuse.sf.net"
>> +HOMEPAGE = "https://github.com/libfuse/libfuse"
>>   SECTION = "libs"
>> -LICENSE = "GPLv2 & LGPLv2"
>> +LICENSE = "GPLv2 & LGPLv2.1"
>>   LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>                       file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
>>   
>> -SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \
>> +SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4/${BP}.tar.gz \
> Can you use ${@d.getVar('PV').replace('.', '_')} in the path here ^^^^^^^^^
> Similar to what you did in lmsensors...

Thanks for your comment. But Martin said that it should use git rather 
than tar ball which may be regenerated and checksum changes on github.
I am planning replace it with _git version.


Regards,
Kai

>
>
>>              file://gold-unversioned-symbol.patch \
>>              file://aarch64.patch \
>>              file://0001-fuse-fix-the-return-value-of-help-option.patch \
>> -- 
>> 2.10.1
>>
>> -- 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Regards,
Neil | Kai Kang




More information about the Openembedded-devel mailing list