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

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


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

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

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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