[oe-commits] Chase Maupin : python-pycairo: Update LICENSE field version to LGPLv2.1

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:59 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 84c4450a12b111de5a00801fe66fdb407d467ffe
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=84c4450a12b111de5a00801fe66fdb407d467ffe

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 11:02:50 2012 -0500

python-pycairo: Update LICENSE field version to LGPLv2.1

* Updated LICENSE field version from generic LGPL/MPL to LGPLv2.1
  and MPL-1.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>

---

 recipes/python/python-pycairo_1.8.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/python/python-pycairo_1.8.0.bb b/recipes/python/python-pycairo_1.8.0.bb
index 6f96ea8..9706f60 100644
--- a/recipes/python/python-pycairo_1.8.0.bb
+++ b/recipes/python/python-pycairo_1.8.0.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Python Bindings for the Cairo canvas library"
 SECTION = "devel/python"
 HOMEPAGE = "http://cairographics.org/pycairo"
-LICENSE = "LGPL MPL"
+LICENSE = "LGPLv2.1 MPL-1.1"
 # cairo >= 1.8.0
 DEPENDS = "cairo"
-PR = "ml4"
+PR = "ml5"
 
 SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz \
            file://fix-setup-py.patch"





More information about the Openembedded-commits mailing list