[meta-rockchip][PATCH v2 3/3] bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a LicenseRef
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Martin Herren <[email protected]> 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 <[email protected]> AI-Generated: Z.ai:GLM-5.2 OpenCode Go Signed-off-by: Martin Herren <[email protected]> --- 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(-) 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" SRCREV = "e65b97b511f1349156702db40694454c141d8fe2"
signature.asc
(application/pgp-signature, 322 B)
-----BEGIN PGP SIGNATURE----- Version: ProtonMail wqsEARYIAF0Fgmp0/8MJEIiu+thqKlAPNRQAAAAAABwAEHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmfrLRFmjqtBcZX3F5z9EdtrFiEEJgeVlthQxcLg gu1biK762GoqUA8AAA7xAQDFMXmEwJO0rX9omIVKNKfx5CGshuPVVqYsH5Rv E6mR5gEAylKp1i6lkVfVAs9xnS4qFjUqIYAQTv1+jR9wbKY01Qs= =gAAX -----END PGP SIGNATURE-----