[oe-commits] chase maupin : gnome-vfs: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:20 UTC 2012


Module: openembedded.git
Branch: master
Commit: 2cde95803b97198f58f329422023ebd0b76f87a4
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2cde95803b97198f58f329422023ebd0b76f87a4

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:08 2012 +0000

gnome-vfs: Update LICENSE field version to GPLv2

* Updated LICENSE field version from generic GPL to GPLv2+ and
  LGPLv2+ to reflect the real license version.
* This change was based on setting in oe-core as well as code
  inspection

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gnome/gnome-vfs_2.24.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-vfs_2.24.1.bb b/recipes/gnome/gnome-vfs_2.24.1.bb
index 268a219..7d797cf 100644
--- a/recipes/gnome/gnome-vfs_2.24.1.bb
+++ b/recipes/gnome/gnome-vfs_2.24.1.bb
@@ -1,9 +1,9 @@
-LICENSE = "GPL"
+LICENSE = "GPLv2+ LGPLv2+"
 DEPENDS = "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib gtk-doc-native"
 RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
 # Some legacy packages will require gnome-mime-data to be installed, but use of
 # it is deprecated.
-PR = "r3"
+PR = "r4"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list