aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:17 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:50 +0100
commitf30accabb63f86e31a69bf50a712afc8438676f5 (patch)
treeea43afdcaf534913a4eb7ea76f8c707b600c759e
parentb9a8f521a49c46da8d9dae5f9f3b6a712e849172 (diff)
downloadopenembedded-f30accabb63f86e31a69bf50a712afc8438676f5.tar.gz
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@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/libcroco/libcroco_0.6.2.bb4
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 e502e95f0b..07a224d8d0 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