Message ID | 20210429150730.1085415-1-stefano.babic@babic.homelinux.org |
---|---|
State | Accepted |
Headers | show |
Series | [meta-swupdate] rescue_gui: adjust file for License | expand |
Hi Stefano, Am 29.04.21 um 17:07 schrieb stefano.babic@babic.homelinux.org: > From: Stefano Babic <sbabic@denx.de> > > Recent Yocto's release changed the name of common licenses, fix it. > > Signed-off-by: Stefano Babic <sbabic@denx.de> > --- > recipes-support/rescuegui/rescuegui_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-support/rescuegui/rescuegui_git.bb b/recipes-support/rescuegui/rescuegui_git.bb > index dc9faa5..6800615 100644 > --- a/recipes-support/rescuegui/rescuegui_git.bb > +++ b/recipes-support/rescuegui/rescuegui_git.bb > @@ -3,7 +3,7 @@ DESCRIPTION = "This is a simple GUI that allows to set network addresses \ > and start an install from local media. It shows progress on the HMI" > SECTION="swupdate" > LICENSE = "GPLv2+" Is the license still correct? > -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" > +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" > > inherit update-rc.d > > Regards Stefan
On 29.04.21 18:42, Stefan Herbrechtsmeier wrote: > Hi Stefano, > > Am 29.04.21 um 17:07 schrieb stefano.babic@babic.homelinux.org: >> From: Stefano Babic <sbabic@denx.de> >> >> Recent Yocto's release changed the name of common licenses, fix it. >> >> Signed-off-by: Stefano Babic <sbabic@denx.de> >> --- >> recipes-support/rescuegui/rescuegui_git.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/recipes-support/rescuegui/rescuegui_git.bb >> b/recipes-support/rescuegui/rescuegui_git.bb >> index dc9faa5..6800615 100644 >> --- a/recipes-support/rescuegui/rescuegui_git.bb >> +++ b/recipes-support/rescuegui/rescuegui_git.bb >> @@ -3,7 +3,7 @@ DESCRIPTION = "This is a simple GUI that allows to set >> network addresses \ >> and start an install from local media. It shows progress on the >> HMI" >> SECTION="swupdate" >> LICENSE = "GPLv2+" > Is the license still correct? Thanks, it is a mess. I cannot set the license file to GPL-2.0-only and then License is GPLv2+. Thanks for noting this, I fix it. The rescue-gui is a separate project, it is not linked to SWUpdate and I set the license originally to GPL2-or-later (as stated in source files). This can be let, as it is not linked with main project, but the recipe here is wrong. I prepare V2. > >> -LIC_FILES_CHKSUM = >> "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" >> >> +LIC_FILES_CHKSUM = >> "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" >> >> inherit update-rc.d >> Regards, Stefano
diff --git a/recipes-support/rescuegui/rescuegui_git.bb b/recipes-support/rescuegui/rescuegui_git.bb index dc9faa5..6800615 100644 --- a/recipes-support/rescuegui/rescuegui_git.bb +++ b/recipes-support/rescuegui/rescuegui_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "This is a simple GUI that allows to set network addresses \ and start an install from local media. It shows progress on the HMI" SECTION="swupdate" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" inherit update-rc.d