Re: [yocto-patches] [meta-rockchip][PATCH 3/3] bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a LicenseRef
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin, On 8/5/26 2:14 PM, Martin Herren via lists.yoctoproject.org wrote: > 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]> Thanks! Quentin