diff mbox series

[meta-oe,2/3] ramspeed: Upgrade LICENSE syntax

Message ID 20260810111645.1136923-2-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 LICENSE syntax. Fixes:

WARNING: ramspeed: LICENSE is using an old syntax and should be
upgraded to: "LicenseRef-Alasir"

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-benchmark/ramspeed/ramspeed_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-benchmark/ramspeed/ramspeed_git.bb b/meta-oe/recipes-benchmark/ramspeed/ramspeed_git.bb
index ce5dcdb276..71c2827c51 100644
--- a/meta-oe/recipes-benchmark/ramspeed/ramspeed_git.bb
+++ b/meta-oe/recipes-benchmark/ramspeed/ramspeed_git.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Cache and memory benchmarking tool"
 DESCRIPTION = "RAMspeed is a micro-benchmark for measuring cache and memory bandwidth"
 HOMEPAGE = "https://github.com/cruvolo/ramspeed"
-LICENSE = "Alasir"
+LICENSE = "LicenseRef-Alasir"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=92cffec6695a20eab8d0e4770f4e9353"
 
 SRC_URI = "git://github.com/cruvolo/ramspeed.git;protocol=https;branch=master"
@@ -16,4 +16,4 @@  do_compile() {
 do_install() {
     install -d ${D}${bindir}
     install -m 0755 ramspeed ${D}${bindir}/
-}
\ No newline at end of file
+}