diff mbox series

[meta-oe,1/3] coremark-pro: Upgrade the LICENSE format

Message ID 20260810111645.1136923-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-oe,1/3] coremark-pro: Upgrade the LICENSE format | expand

Commit Message

Leon Anavi Aug. 10, 2026, 11:16 a.m. UTC
Upgrade the LICENSE format and don't use the old syntax. Fixes:

WARNING: coremark-pro: LICENSE is using an old syntax and should be
upgraded to: "Apache-2.0 AND LicenseRef-EEMBC-AUA"

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb b/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb
index 8715da8904..e917d064f9 100644
--- a/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb
+++ b/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "EEMBC CoreMark-Pro CPU benchmark"
 DESCRIPTION = "CoreMark-Pro is a comprehensive CPU benchmark suite from EEMBC that evaluates processor performance using integer, floating-point, and real-world workloads."
 HOMEPAGE = "https://www.eembc.org/coremark-pro/"
-LICENSE = "Apache-2.0 & LicenseRef-EEMBC-AUA"
+LICENSE = "Apache-2.0 AND LicenseRef-EEMBC-AUA"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c84d8f508b20d579641ad151a79a8bf3"
 
 SRC_URI = "git://github.com/eembc/coremark-pro.git;branch=main;protocol=https"