On 6/28/23 10:37 PM, Denys Dmytriyenko wrote: > On Tue, Jun 27, 2023 at 08:12:42PM +0530, Ravi Gunasekaran wrote: >> Instead of using the source file to compute the license checksum, >> use the license text only from source file. >> >> Signed-off-by: Ravi Gunasekaran <[email protected]> >> --- >> >> Changes since v3: >> ---------------- >> No change >> >> Changes since v2: >> ---------------- >> 1) Corrected the license type >> 2) License checksum calculated based on the license header instead of the >> entire source file >> >> Changes since v1: >> --------------- >> No change >> >> .../recipes-sysrepo/nw-configurator/nw-configurator.bb | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git >> a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb >> b/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb >> index 5a152017..c5d9a86b 100644 >> --- a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb >> +++ b/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb >> @@ -1,6 +1,7 @@ >> -LICENSE="GPLv2" >> DESCRIPTION = "Sysrepo based repo to configure EST" >> -LIC_FILES_CHKSUM = >> "file://nw-configurator.c;md5=a818a6cf4fbeeb21acc8b4e9956c08a4" >> + >> +LICENSE = "BSD-3-Clause" >> +LIC_FILES_CHKSUM = >> "file://nw-configurator.c;beginline=1;endline=33;md5=3538caaf9bfb8372347877ad393660fa" > > Thanks, this is a move in the right direction! > > However, you also changed the LICENSE identifier w/o explaining the reason in > the commit message! This is rather critical... I checked the > nw-configurator.c > and indeed GPLv2 was totally wrong, but you have to explain the change > anyway. > Going forward there will be a new requirement for Yocto compliance to > properly > explain license changes like that and there's a new field "License-Update:" > https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Describing_license_changes > Noted. In future, I will add such reasoning in the commit message itself. > >> SRC_URI = "file://nw-configurator.c" -- Regards, Ravi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14733): https://lists.yoctoproject.org/g/meta-arago/message/14733 Mute This Topic: https://lists.yoctoproject.org/mt/99810507/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
Re: [meta-arago] [master/kirkstone][PATCH v4 1/8] meta-arago-extras: sysrepo: Update checksum for nw-configurator
Ravi Gunasekaran via lists.yoctoproject.org Wed, 28 Jun 2023 21:09:22 -0700
- [meta-arago] [master/kirkstone... Ravi Gunasekaran via lists.yoctoproject.org
- [meta-arago] [master/kirk... Ravi Gunasekaran via lists.yoctoproject.org
- Re: [meta-arago] [mas... Denys Dmytriyenko
- Re: [meta-arago] ... Ravi Gunasekaran via lists.yoctoproject.org
- [meta-arago] [master/kirk... Ravi Gunasekaran via lists.yoctoproject.org
- Re: [meta-arago] [mas... Andrew Davis via lists.yoctoproject.org
- Re: [meta-arago] ... Ravi Gunasekaran via lists.yoctoproject.org
- Re: [meta-ara... Denys Dmytriyenko
- [meta-arago] [master/kirk... Ravi Gunasekaran via lists.yoctoproject.org
- [meta-arago] [master/kirk... Ravi Gunasekaran via lists.yoctoproject.org
- [meta-arago] [master/kirk... Ravi Gunasekaran via lists.yoctoproject.org
- Re: [meta-arago] [mas... Andrew Davis via lists.yoctoproject.org
- Re: [meta-arago] ... Ravi Gunasekaran via lists.yoctoproject.org
- Re: [meta-ara... Ryan Eatmon via lists.yoctoproject.org
