From 42881b8921254dc49c6de6fe28c7e4f92d78110d Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 9 Jun 2010 15:25:27 +0800 Subject: fix metadata for python-pycurl update homepage, license and ordering Signed-off-by: Qing He --- meta/packages/python/python-pycurl_7.19.0.bb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'meta/packages/python') diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb index 3090f77d3..2af031ebd 100644 --- a/meta/packages/python/python-pycurl_7.19.0.bb +++ b/meta/packages/python/python-pycurl_7.19.0.bb @@ -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" -- cgit v1.2.3