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

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


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

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

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

---

 recipes/python/python-pygobject_2.20.0.bb |    4 ++--
 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 19a60ab..7eb9f69 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]}"
 





More information about the Openembedded-commits mailing list