[oe-commits] Chase Maupin : libsoup-2.4: Update LICENSE field version to LGPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:53 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 84085411403e3599762bfc05fd4d148287d29575
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=84085411403e3599762bfc05fd4d148287d29575

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 09:43:11 2012 -0500

libsoup-2.4: Update LICENSE field version to LGPLv2

* Updated LICENSE field version from generic GPL to 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>

---

 recipes/gnome/libsoup-2.4_2.32.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/libsoup-2.4_2.32.2.bb b/recipes/gnome/libsoup-2.4_2.32.2.bb
index 5bc793c..dbafa76 100644
--- a/recipes/gnome/libsoup-2.4_2.32.2.bb
+++ b/recipes/gnome/libsoup-2.4_2.32.2.bb
@@ -1,8 +1,10 @@
 DESCRIPTION = "An HTTP library implementation in C"
 SECTION = "x11/gnome/libs"
-LICENSE = "GPL"
+LICENSE = "LGPLv2"
 DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3 gnome-keyring"
 
+PR = "r1"
+
 inherit gnome
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2;name=libsoup"





More information about the Openembedded-commits mailing list