That lib is bundled and installed with the jq package.
Fixes: 583aba9ac10a ("jq: Version bump, 1.6 -> 1.7")
Signed-off-by: Alexander Dahl <[email protected]>
---
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