diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 23:27:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:07 +0000 |
commit | 00d64ef6d5f56d00f8bde73a45fafb73e9c49d9e (patch) | |
tree | f8e44b219ebc0f794df113022b8ba849f783f0b2 /meta/recipes-devtools | |
parent | 0342f7e368a484389572142f230be7e9898da970 (diff) | |
download | poky-00d64ef6d5f56d00f8bde73a45fafb73e9c49d9e.tar.gz |
python-pycairo: Fix incorrect versions in license field
(From OE-Core rev: 6bf473f3721c03adbfd283a65187dd5656e6debf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-pycairo_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb index 7d1b6c1261..dc009b3edf 100644 --- a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb +++ b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb | |||
@@ -2,14 +2,14 @@ DESCRIPTION = "Python Bindings for the Cairo canvas library" | |||
2 | HOMEPAGE = "http://cairographics.org/pycairo" | 2 | HOMEPAGE = "http://cairographics.org/pycairo" |
3 | BUGTRACKER = "http://bugs.freedesktop.org" | 3 | BUGTRACKER = "http://bugs.freedesktop.org" |
4 | SECTION = "python-devel" | 4 | SECTION = "python-devel" |
5 | LICENSE = "LGPLv1.1 & MPL-1" | 5 | LICENSE = "LGPLv2.1 & MPL-1.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421 \ |
7 | file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \ | 7 | file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \ |
8 | file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325" | 8 | file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325" |
9 | 9 | ||
10 | # cairo >= 1.8.8 | 10 | # cairo >= 1.8.8 |
11 | DEPENDS = "cairo" | 11 | DEPENDS = "cairo" |
12 | PR = "r1" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.bz2" | 14 | SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.bz2" |
15 | 15 | ||