diff mbox series

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

Message ID 20260806214149.714963-4-sputnik@on-the-web.ch
State New
Headers show
Series None | expand

Commit Message

Martin Herren Aug. 6, 2026, 9:42 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")

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
AI-Generated: Z.ai:GLM-5.2 OpenCode Go
Signed-off-by: Martin Herren <sputnik@on-the-web.ch>
---
Changes in v2:
- Added Reviewed-by tag
- Added AI-Generated tag

 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 = "Roc
kchip Firmware and Tool Binaries"
-LICENSE = "CLOSED"
+LICENSE = "LicenseRef-rk3308-rkbin-CLOSED"
 LIC_FILES_CHKSUM:rk3308 = "file://README;md5=39cc9df955478b8df26158d489fdcc95"
+NO_GENERIC_LICENSE[rk3308-rkbin-CLOSED] = "README"
 
 SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master"