diff mbox series

[meta-rockchip,3/3] bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a LicenseRef

Message ID 20260805121327.3946788-4-sputnik@on-the-web.ch
State New
Headers show
Series rkbin: convert LICENSE to SPDX expressions | expand

Commit Message

Martin Herren Aug. 5, 2026, 12:14 p.m. UTC
From: Martin Herren <sputnik@on-the-web.ch>

OE-Core now deprecates `LICENSE = "CLOSED"` in favour of a LicenseRef
backed by NO_GENERIC_LICENSE.

This recipe pins an older rkbin revision whose tree ships no LICENSE
file, which is probably why it historically used CLOSED as well as
pointing its LIC_FILES_CHKSUM at the README.

References: oe-core e9d424738d6f ("classes/conf/lib: Parse LICENSE as SPDX Expression")

Signed-off-by: Martin Herren <sputnik@on-the-web.ch>
---
 recipes-bsp/rkbin/rk3308-rkbin_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

 SRCREV = "e65b97b511f1349156702db40694454c141d8fe2"
diff mbox series

Patch

diff --git a/recipes-bsp/rkbin/rk3308-rkbin_git.bb b/recipes-bsp/rkbin/rk3308-rkbin_git.bb
index 7307e66..2ee173c 100644
--- a/recipes-bsp/rkbin/rk3308-rkbin_git.bb
+++ b/recipes-bsp/rkbin/rk3308-rkbin_git.bb
@@ -1,6 +1,7 @@ 
 DESCRIPTION = "Rockchip Firmware and Tool Binaries"
-LICENSE = "CLOSED"
+LICENSE = "LicenseRef-rk3308-rkbin-CLOSED"
 LIC_FILES_CHKSUM:rk3308 = "file://README;md5=39cc9df955478b8df2
6158d489fdcc95"
+NO_GENERIC_LICENSE[rk3308-rkbin-CLOSED] = "README"
 
 SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master"