aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 08:04:57 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:19:53 -0500
commitbde42d194b6058534e70edd0d02760946d9c4b4e (patch)
tree10729633a4eab69255717689dd9733d7e51d3ab8
parentd581969f1940fb5763ecb764e5c8be930ca32876 (diff)
downloadopenembedded-bde42d194b6058534e70edd0d02760946d9c4b4e.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>
-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