| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-67-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27673/ |
| State | Accepted |
| Commit | f37fa7db17e99a63ff39ddc95d3281ac5ad0753b |
| Headers | show |
Comments
Patch
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"
* 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@ti.com> --- recipes/python/python-pycairo_1.8.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)