| Submitter | Bruce Ashfield |
|---|---|
| Date | July 21, 2011, 5:16 p.m. |
| Message ID | <65d8b50e5c377f6f1c2f4943a0f41d66cf6b9831.1311267679.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/8231/ |
| State | New, archived |
| Headers | show |
Comments
Ahh, /me deletes this from his list of things he isn't getting to... On 07/21/2011 10:16 AM, Bruce Ashfield wrote: > As reported by Koen Kooi, the LICENSE for linux-yocto can be tightened > up to specifiy the particular version of the GPL. > > cc: Koen Kooi <koen@dominion.thruhere.net> > Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com> > --- > meta/recipes-kernel/linux/linux-yocto.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc > index c304d00..595795b 100644 > --- a/meta/recipes-kernel/linux/linux-yocto.inc > +++ b/meta/recipes-kernel/linux/linux-yocto.inc > @@ -1,6 +1,6 @@ > DESCRIPTION = "Yocto Kernel" > SECTION = "kernel" > -LICENSE = "GPL" > +LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" >
Patch
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index c304d00..595795b 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Yocto Kernel" SECTION = "kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
As reported by Koen Kooi, the LICENSE for linux-yocto can be tightened up to specifiy the particular version of the GPL. cc: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/recipes-kernel/linux/linux-yocto.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)