On Fri, 2026-08-14 at 18:26 +0200, Mathieu Dubois-Briand via lists.openembedded.org wrote: > Switching away of the "CLOSED" license, as devtool users would encounter > deprecation warnings on "devtool add" command. > > Signed-off-by: Mathieu Dubois-Briand <[email protected]> > --- > scripts/lib/scriptutils.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/lib/scriptutils.py b/scripts/lib/scriptutils.py > index 32e749dbb1a2..b4fb6cc1845f 100644 > --- a/scripts/lib/scriptutils.py > +++ b/scripts/lib/scriptutils.py > @@ -170,7 +170,7 @@ def fetch_url(tinfoil, srcuri, srcrev, destdir, logger, > preserve_tmp=False, mirr > logger.debug('Generating initial recipe %s for fetching' % > fetchrecipe) > with open(fetchrecipe, 'w') as f: > # We don't want to have to specify LIC_FILES_CHKSUM > - f.write('LICENSE = "CLOSED"\n') > + f.write('LICENSE = "LicenseRef-Proprietary"\n') > # We don't need the cross-compiler > f.write('INHIBIT_DEFAULT_DEPS = "1"\n') > # We don't have the checksums yet so we can't require them
Perhaps "LicenseRef-RecipetoolTransient" ? I'm a bit worried Proprietary sets up the wrong impression... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243504): https://lists.openembedded.org/g/openembedded-core/message/243504 Mute This Topic: https://lists.openembedded.org/mt/120751633/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
