Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
To: openembedded-core@lists.openembedded.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	 Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Subject: [PATCH v2 1/4] scripts: scriptutils: Use LicenseRef-RecipetoolTransient LICENSE while fetching
Date: Sun, 16 Aug 2026 13:12:01 +0200	[thread overview]
Message-ID: <20260816-mathieu-devtool-v2-1-13c943abf48e@bootlin.com> (raw)
In-Reply-To: <20260816-mathieu-devtool-v2-0-13c943abf48e@bootlin.com>

Switching away of the "CLOSED" license, as devtool users would encounter
deprecation warnings on "devtool add" command.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 meta/files/common-licenses/RecipetoolTransient | 1 +
 scripts/lib/scriptutils.py                     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/files/common-licenses/RecipetoolTransient b/meta/files/common-licenses/RecipetoolTransient
new file mode 100644
index 000000000000..3c59fbb8a580
--- /dev/null
+++ b/meta/files/common-licenses/RecipetoolTransient
@@ -0,0 +1 @@
+Recipetool transient license.
diff --git a/scripts/lib/scriptutils.py b/scripts/lib/scriptutils.py
index 32e749dbb1a2..33e197a22cc7 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-RecipetoolTransient"\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

-- 
2.47.3



  reply	other threads:[~2026-08-16 11:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-16 11:12 [PATCH v2 0/4] devtool: standard: Fix file copy on finish --force Mathieu Dubois-Briand
2026-08-16 11:12 ` Mathieu Dubois-Briand [this message]
2026-08-16 11:12 ` [PATCH v2 2/4] " Mathieu Dubois-Briand
2026-08-16 11:12 ` [PATCH v2 3/4] devtool: standard: Remove unused variable Mathieu Dubois-Briand
2026-08-16 11:17   ` Patchtest results for " patchtest
2026-08-16 11:12 ` [PATCH v2 4/4] oe-selftest: devtool: Add test for add/finish workflow Mathieu Dubois-Briand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260816-mathieu-devtool-v2-1-13c943abf48e@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox