All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: kai.kang@windriver.com
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/5] fuse: update HOMEPAGE and SRC_URI
Date: Tue, 14 Mar 2017 14:45:52 -0400	[thread overview]
Message-ID: <20170314184552.GL15664@denix.org> (raw)
In-Reply-To: <20170313032921.8669-2-kai.kang@windriver.com>

On Mon, Mar 13, 2017 at 11:29:17AM +0800, kai.kang@windriver.com wrote:
> From: Kai Kang <kai.kang@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@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...


>             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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  reply	other threads:[~2017-03-14 18:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13  3:29 [PATCH 0/5] Update SRC_URIs kai.kang
2017-03-13  3:29 ` [PATCH 1/5] fuse: update HOMEPAGE and SRC_URI kai.kang
2017-03-14 18:45   ` Denys Dmytriyenko [this message]
2017-03-15  2:29     ` Kang Kai
2017-03-13  3:29 ` [PATCH 2/5] curlpp: " kai.kang
2017-03-14 18:43   ` Denys Dmytriyenko
2017-03-13  3:29 ` [PATCH 3/5] libdnet: update SRC_URI kai.kang
2017-03-22  8:16   ` Kang Kai
2017-03-22 10:59     ` Martin Jansa
2017-03-23  1:45       ` Kang Kai
2017-03-13  3:29 ` [PATCH 4/5] cherokee: " kai.kang
2017-03-13  3:29 ` [PATCH 5/5] lmsensors: update SRC_URI and S kai.kang
2017-03-13  7:25 ` [PATCH 0/5] Update SRC_URIs Martin Jansa
2017-03-13 20:19   ` Khem Raj
2017-03-14  8:19   ` Kang Kai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170314184552.GL15664@denix.org \
    --to=denis@denix.org \
    --cc=kai.kang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.