aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 11:04:05 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:21:35 -0500
commit6329600af87057c59276f3bde15a0a28f523c15a (patch)
treeef711ebe965cc89962b0110bf5e48bb9941cb4f2 /recipes
parent84c4450a12b111de5a00801fe66fdb407d467ffe (diff)
downloadopenembedded-6329600af87057c59276f3bde15a0a28f523c15a.tar.gz
python-pygobject: Update LICENSE field version to LGPLv2.1
* Updated LICENSE field version from generic LGPL to 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>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index 19a60ab954..7eb9f69de5 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -1,10 +1,10 @@
DESCRIPTION = "Python GObject bindings"
SECTION = "devel/python"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
DEPENDS = "libffi python-pygobject-native-${PV} glib-2.0"
PE = "1"
-PR = "r3"
+PR = "r4"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"