[Buildroot] [PATCH 1/5] package/jszip: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jan 2 10:33:11 UTC 2021


Hello,

On Tue,  8 Dec 2020 19:05:24 +0100
Thomas De Schampheleire <patrickdepinguin at gmail.com> wrote:

> From: Joeri Barbarien <joeri.barbarien at nokia.com>
> 
> Signed-off-by: Joeri Barbarien <joeri.barbarien at nokia.com>
> Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>

Thanks, I've applied, with two changes.

> +JSZIP_VERSION = v3.2.2
> +JSZIP_SITE = $(call github,Stuk,jszip,$(JSZIP_VERSION))

Changed to:

+JSZIP_VERSION = 3.2.2
+JSZIP_SITE = $(call github,Stuk,jszip,v$(JSZIP_VERSION))

Indeed, we don't want the "v" in the version field, in order for
versions to match properly with what's on release-monitoring.org.

> +JSZIP_LICENSE = MIT

License is MIT or GPL-3.0

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list