aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:50 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:27:26 +0100
commit7996f909f8c6d7221f474f2a5698f8c3460a4646 (patch)
tree8998fff4d22299e887b7653e291127ee46245b93
parent0473957a75c83788454d5966e013399c658802c3 (diff)
downloadopenembedded-7996f909f8c6d7221f474f2a5698f8c3460a4646.tar.gz
pango: Update LICENSE field version to LGPLv2
* Updated LICENSE field version from generic LGPL 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@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/pango/pango_1.24.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/pango/pango_1.24.4.bb b/recipes/pango/pango_1.24.4.bb
index 84af64f7ad..7356d28783 100644
--- a/recipes/pango/pango_1.24.4.bb
+++ b/recipes/pango/pango_1.24.4.bb
@@ -1,6 +1,8 @@
require pango.inc
-PR = "${INC_PR}.1"
+LICENSE = "LGPLv2+"
+
+PR = "${INC_PR}.2"
SRC_URI += "file://CVE-2010-0421.patch"