python-pycairo: Fix incorrect versions in license field

(From OE-Core rev: 6bf473f3721c03adbfd283a65187dd5656e6debf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2012-03-12 23:27:14 +00:00
parent 0342f7e368
commit 00d64ef6d5

View File

@@ -2,14 +2,14 @@ DESCRIPTION = "Python Bindings for the Cairo canvas library"
HOMEPAGE = "http://cairographics.org/pycairo"
BUGTRACKER = "http://bugs.freedesktop.org"
SECTION = "python-devel"
LICENSE = "LGPLv1.1 & MPL-1"
LICENSE = "LGPLv2.1 & MPL-1.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421 \
file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \
file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325"
# cairo >= 1.8.8
DEPENDS = "cairo"
PR = "r1"
PR = "r2"
SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.bz2"