All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2,1/2] jasper: update license
@ 2018-10-09 20:16 Fabrice Fontaine
  2018-10-09 20:16 ` [Buildroot] [PATCH v2,2/2] jasper: bump to version 2.0.14 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-10-09 20:16 UTC (permalink / raw)
  To: buildroot

Add hash for license file and use SPDX short term identifier

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - Split patch in two: one for the license, the other one for bumping
   the version

 package/jasper/jasper.hash | 1 +
 package/jasper/jasper.mk   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/jasper/jasper.hash b/package/jasper/jasper.hash
index b2b82178eb..8c4f2453ad 100644
--- a/package/jasper/jasper.hash
+++ b/package/jasper/jasper.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 b50413b41bfc82ae419298b41eadcde1aa31f362fb9dc2ac089e5cbc19f60c24  jasper-version-2.0.13.tar.gz
+sha256 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81  LICENSE
diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index 2aa3f9d554..9dc46b18d6 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -7,7 +7,7 @@
 JASPER_VERSION = version-2.0.13
 JASPER_SITE = $(call github,mdadams,jasper,$(JASPER_VERSION))
 JASPER_INSTALL_STAGING = YES
-JASPER_LICENSE = JasPer License Version 2.0
+JASPER_LICENSE = JasPer-2.0
 JASPER_LICENSE_FILES = LICENSE
 JASPER_SUPPORTS_IN_SOURCE_BUILD = NO
 JASPER_CONF_OPTS = \
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2,2/2] jasper: bump to version 2.0.14
  2018-10-09 20:16 [Buildroot] [PATCH v2,1/2] jasper: update license Fabrice Fontaine
@ 2018-10-09 20:16 ` Fabrice Fontaine
  2018-10-10 19:18 ` [Buildroot] [PATCH v2,1/2] jasper: update license Thomas Petazzoni
  2018-10-23 23:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-10-09 20:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - Split patch in two: one for the license, the other one for bumping
   the version

 package/jasper/jasper.hash | 2 +-
 package/jasper/jasper.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/jasper/jasper.hash b/package/jasper/jasper.hash
index 8c4f2453ad..4fea367ebc 100644
--- a/package/jasper/jasper.hash
+++ b/package/jasper/jasper.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 b50413b41bfc82ae419298b41eadcde1aa31f362fb9dc2ac089e5cbc19f60c24  jasper-version-2.0.13.tar.gz
+sha256 85266eea728f8b14365db9eaf1edc7be4c348704e562bb05095b9a077cf1a97b  jasper-version-2.0.14.tar.gz
 sha256 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81  LICENSE
diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index 9dc46b18d6..b544a7c1c6 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JASPER_VERSION = version-2.0.13
+JASPER_VERSION = version-2.0.14
 JASPER_SITE = $(call github,mdadams,jasper,$(JASPER_VERSION))
 JASPER_INSTALL_STAGING = YES
 JASPER_LICENSE = JasPer-2.0
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2,1/2] jasper: update license
  2018-10-09 20:16 [Buildroot] [PATCH v2,1/2] jasper: update license Fabrice Fontaine
  2018-10-09 20:16 ` [Buildroot] [PATCH v2,2/2] jasper: bump to version 2.0.14 Fabrice Fontaine
@ 2018-10-10 19:18 ` Thomas Petazzoni
  2018-10-23 23:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-10-10 19:18 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  9 Oct 2018 22:16:51 +0200, Fabrice Fontaine wrote:
> Add hash for license file and use SPDX short term identifier
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Thomas Petazzoni):
>  - Split patch in two: one for the license, the other one for bumping
>    the version

Both applied to master. Thanks!

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2,1/2] jasper: update license
  2018-10-09 20:16 [Buildroot] [PATCH v2,1/2] jasper: update license Fabrice Fontaine
  2018-10-09 20:16 ` [Buildroot] [PATCH v2,2/2] jasper: bump to version 2.0.14 Fabrice Fontaine
  2018-10-10 19:18 ` [Buildroot] [PATCH v2,1/2] jasper: update license Thomas Petazzoni
@ 2018-10-23 23:01 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-10-23 23:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Add hash for license file and use SPDX short term identifier
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Thomas Petazzoni):
 >  - Split patch in two: one for the license, the other one for bumping
 >    the version

Committed to 2018.02.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-23 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 20:16 [Buildroot] [PATCH v2,1/2] jasper: update license Fabrice Fontaine
2018-10-09 20:16 ` [Buildroot] [PATCH v2,2/2] jasper: bump to version 2.0.14 Fabrice Fontaine
2018-10-10 19:18 ` [Buildroot] [PATCH v2,1/2] jasper: update license Thomas Petazzoni
2018-10-23 23:01 ` Peter Korsgaard

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.