From 5c5dce790284b69772db39a5171eb69af4e4b075 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 10 Aug 2026 14:16:45 +0300 Subject: [PATCH] ramspeed-smp: Upgrade LICENSE syntax Upgrade LICENSE syntax. Fixes: WARNING: ramspeed-smp: LICENSE is using an old syntax and should be upgraded to: "LicenseRef-Alasir" Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb b/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb index 8a1d9468ca..1e55bcf87e 100644 --- a/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb +++ b/meta-oe/recipes-benchmark/ramspeed-smp/ramspeed-smp_git.bb @@ -1,7 +1,7 @@ SUMMARY = "RAMspeed/SMP cache and memory benchmarking tool" DESCRIPTION = "RAMspeed/SMP measures cache and memory bandwidth on multiprocessor systems." HOMEPAGE = "https://github.com/cruvolo/ramspeed-smp" -LICENSE = "Alasir" +LICENSE = "LicenseRef-Alasir" LIC_FILES_CHKSUM = "file://LICENCE;md5=92cffec6695a20eab8d0e4770f4e9353" SRC_URI = "git://github.com/cruvolo/ramspeed-smp.git;protocol=https;branch=master" @@ -16,4 +16,4 @@ do_compile() { do_install() { install -d ${D}${bindir} install -m 0755 ramsmp ${D}${bindir}/ramsmp -} \ No newline at end of file +}