From: Alexander Dahl via ptxdist <ptxdist@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>,
Andreas Helmcke <ahelmcke@ela-soft.com>
Subject: [ptxdist] [PATCH 1/1] jq: Add liboniguruma license
Date: Mon, 2 Jun 2025 12:30:57 +0200 [thread overview]
Message-ID: <20250602103057.299742-2-ada@thorsis.com> (raw)
In-Reply-To: <20250602103057.299742-1-ada@thorsis.com>
That lib is bundled and installed with the jq package.
Fixes: 583aba9ac10a ("jq: Version bump, 1.6 -> 1.7")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
Notes:
Is this the correct approach for bundled libraries anyways?
rules/jq.make | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/rules/jq.make b/rules/jq.make
index 4f7ca95ad..c2aec934a 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -21,8 +21,10 @@ JQ_SUFFIX := tar.gz
JQ_URL := https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
JQ_SOURCE := $(SRCDIR)/$(JQ).$(JQ_SUFFIX)
JQ_DIR := $(BUILDDIR)/$(JQ)
-JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU
-JQ_LICENSE_FILES := file://COPYING;md5=488f4e0b04c0456337fb70d1ac1758ba
+JQ_LICENSE := MIT AND CC-BY-3.0 AND ICU AND BSD-2-Clause
+JQ_LICENSE_FILES := \
+ file://COPYING;md5=488f4e0b04c0456337fb70d1ac1758ba \
+ file://modules/oniguruma/COPYING;md5=e6365c225bb5cc4321d0913f0baffa04
# ----------------------------------------------------------------------------
# Prepare
--
2.39.5
next prev parent reply other threads:[~2025-06-02 10:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 10:30 [ptxdist] [PATCH 0/1] jq: license update and version bump Alexander Dahl via ptxdist
2025-06-02 10:30 ` Alexander Dahl via ptxdist [this message]
2025-06-02 11:59 ` Alexander Dahl via ptxdist
2025-06-02 17:13 ` Andreas Helmcke
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=20250602103057.299742-2-ada@thorsis.com \
--to=ptxdist@pengutronix.de \
--cc=ada@thorsis.com \
--cc=ahelmcke@ela-soft.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox