| Submitter | Ross Burton |
|---|---|
| Date | Oct. 30, 2012, 12:02 p.m. |
| Message ID | <1351598565-7424-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/38707/ |
| State | Accepted |
| Commit | 1d1532f495041ac58aeafd06781ac87ee3bd3f6a |
| Headers | show |
Comments
Ack On Tue, Oct 30, 2012 at 2:02 PM, Ross Burton <ross.burton@intel.com> wrote: > gnome-common 2.28 is GPLv2+. From Christian Persch, upstream: > > The licence is presumed GPL2+, although it's not there explicitly. GPL2+ > because as far as I could figure out when I tried to, gnome-autogen > started in > gnome-core which had a GPL2 COPYING file. > > Signed-off-by: Ross Burton <ross.burton@intel.com> > --- > meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bbb/meta/recipes-gnome/gnome/ > gnome-common_2.28.0.bb > index 8936dbd..e094ccf 100644 > --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb > +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb > @@ -2,11 +2,11 @@ DESCRIPTION = "Common macros for building GNOME > applications" > HOMEPAGE = "http://www.gnome.org/" > BUGTRACKER = "https://bugzilla.gnome.org/" > > -LICENSE = "GPLv3" > +LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > SECTION = "x11/gnome" > -PR = "r1" > +PR = "r3" > inherit gnome allarch > > # The omf.make file failed if scrollkeeper doesn't happen to be > -- > 1.7.10 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
Patch
diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb index 8936dbd..e094ccf 100644 --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Common macros for building GNOME applications" HOMEPAGE = "http://www.gnome.org/" BUGTRACKER = "https://bugzilla.gnome.org/" -LICENSE = "GPLv3" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SECTION = "x11/gnome" -PR = "r1" +PR = "r3" inherit gnome allarch # The omf.make file failed if scrollkeeper doesn't happen to be
gnome-common 2.28 is GPLv2+. From Christian Persch, upstream: The licence is presumed GPL2+, although it's not there explicitly. GPL2+ because as far as I could figure out when I tried to, gnome-autogen started in gnome-core which had a GPL2 COPYING file. Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)