diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-30 12:02:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:15:31 +0000 |
commit | 1d1532f495041ac58aeafd06781ac87ee3bd3f6a (patch) | |
tree | ae36cbc7dfe35481078d3785dad1a9ec508a9b96 /meta/recipes-gnome | |
parent | 6cbc0c7bf3f35e18f0abd29e5a704fba55f88ab2 (diff) | |
download | openembedded-core-contrib-1d1532f495041ac58aeafd06781ac87ee3bd3f6a.tar.gz |
gnome-common: Fix license
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>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 8936dbd8b98..e094ccf3c03 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 |