[oe] [meta-filesystems][PATCH 1/4] fuse-exfat: moved to github

akuster808 akuster808 at gmail.com
Tue Jul 16 14:54:32 UTC 2019



On 7/15/19 7:48 AM, Luca Ceresoli wrote:
> fuse-exfat has been moved long ago to github. Update URLs.
>
> Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
> ---
>  .../recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb      | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> index 18fc9cd6f13d..a70653f607f6 100644
> --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> @@ -3,12 +3,12 @@ DESCRIPTION = "fuse-exfat is a read and write driver implementing the \
>  extended file allocation table as a filesystem in userspace. A mounthelper \
>  is provided under the name mount.exfat-fuse. \
>  "
> -HOMEPAGE = "http://code.google.com/p/exfat/"
> +HOMEPAGE = "https://github.com/relan/exfat"
>  SECTION = "universe/otherosfs"
>  LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \
> -"
> +SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"

IIRC, the tarball are regenerated on github so it has not been a source
we can trust. Using the clone method is recommended in these cases.

- armin
> +
>  DEPENDS = "fuse virtual/libc"
>  RRECOMMENDS_${PN} = "util-linux-mount"
>  



More information about the Openembedded-devel mailing list