[meta-oe][PATCH 1/4] influxdb, crucible, syzkaller: update LICENSE format

[email protected] Tue, 21 Jul 2026 11:30:36 +0200
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Martin Jansa <[email protected]>

Fixes:
WARNING: meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb: influxdb: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND EPL-1.0 AND ISC AND MIT AND MPL-2.0"
WARNING: meta-oe/recipes-support/crucible/crucible_2025.05.28.bb: crucible: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-3-Clause AND MIT"
WARNING: meta-oe/recipes-test/syzkaller/syzkaller_git.bb: syzkaller: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-3-Clause AND MIT"
WARNING: meta-oe/recipes-test/syzkaller/syzkaller_git.bb: syzkaller-native: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-3-Clause AND MIT"
WARNING: meta-oe/recipes-test/syzkaller/syzkaller_git.bb: nativesdk-syzkaller: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-3-Clause AND MIT"

Signed-off-by: Martin Jansa <[email protected]>
---
 meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc     | 2 +-
 meta-oe/recipes-support/crucible/crucible-licenses.inc | 2 +-
 meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc b/meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc
index 417925546c..9acfe04717 100644
--- a/meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc
+++ b/meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc
@@ -1,4 +1,4 @@
-GO_MOD_LICENSES = "Apache-2.0 & BSD-2-Clause & BSD-3-Clause & EPL-1.0 & ISC & MIT & MPL-2.0"
+GO_MOD_LICENSES = "Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND EPL-1.0 AND ISC AND MIT AND MPL-2.0"
 
 LIC_FILES_CHKSUM += "\
     file://pkg/mod/cloud.google.com/go/[email protected]/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \
diff --git a/meta-oe/recipes-support/crucible/crucible-licenses.inc b/meta-oe/recipes-support/crucible/crucible-licenses.inc
index 27885d6642..1922f7ecf5 100644
--- a/meta-oe/recipes-support/crucible/crucible-licenses.inc
+++ b/meta-oe/recipes-support/crucible/crucible-licenses.inc
@@ -1,4 +1,4 @@
-GO_MOD_LICENSES = "Apache-2.0 & BSD-3-Clause & MIT"
+GO_MOD_LICENSES = "Apache-2.0 AND BSD-3-Clause AND MIT"
 
 # This file has been generated by go-mod-update-modules.bbclass
 #
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc b/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
index 65306a17d0..eea869aaa1 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
+++ b/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
@@ -1,4 +1,4 @@
-LICENSE += "& BSD-3-Clause & MIT"
+LICENSE += "AND BSD-3-Clause AND MIT"
 
 LIC_FILES_CHKSUM += "\
     file://pkg/mod/cel.dev/[email protected]/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \