fix metadata for python-pycurl

update homepage, license and ordering

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-06-09 15:25:27 +08:00 committed by Saul Wold
parent 5c92b1050f
commit 42881b8921
1 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,14 @@
DESCRIPTION = "libcurl Python Bindings"
DESCRIPTION = "libcurl python bindings."
HOMEPAGE = "http://pycurl.sourceforge.net/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
LICENSE = "LGPLv2.1+ | MIT"
LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b2 \
file://COPYING;md5=3579a9fd0221d49a237aaa33492f988c \
file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
DEPENDS = "curl python"
RDEPENDS = "python-core curl"
SRCNAME = "pycurl"
PR = "r0"
@ -22,6 +28,4 @@ export STAGING_LIBDIR
NATIVE_INSTALL_WORKS = "1"
RDEPENDS = "python-core curl"
BBCLASSEXTEND = "native"