[oe-commits] Chase Maupin : libcroco: Update LICENSE field version to LGPLv2 and LGPLv2. 1

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


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

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 08:04:57 2012 -0500

libcroco: Update LICENSE field version to LGPLv2 and LGPLv2.1

* Updated LICENSE field version from generic LGPL to LGPLv2 and
  LGPLv2.1 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/libcroco/libcroco_0.6.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/libcroco/libcroco_0.6.2.bb b/recipes/libcroco/libcroco_0.6.2.bb
index e502e95..07a224d 100644
--- a/recipes/libcroco/libcroco_0.6.2.bb
+++ b/recipes/libcroco/libcroco_0.6.2.bb
@@ -1,7 +1,9 @@
 DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
 SECTION = "x11/utils"
 DEPENDS = "glib-2.0 libxml2"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2 LGPLv2.1"
+
+PR = "r1"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list