summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-06-09 15:25:27 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-06-10 16:30:30 -0700
commit42881b8921254dc49c6de6fe28c7e4f92d78110d (patch)
tree2a137e97ead53c733316126ad1bda8f0a200e6a2 /meta
parent5c92b1050fb270b38a0782d1abd78a54168bc512 (diff)
downloadpoky-42881b8921254dc49c6de6fe28c7e4f92d78110d.tar.gz
fix metadata for python-pycurl
update homepage, license and ordering Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/python/python-pycurl_7.19.0.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb
index 3090f77d3a..2af031ebd1 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 @@
1DESCRIPTION = "libcurl Python Bindings" 1DESCRIPTION = "libcurl python bindings."
2HOMEPAGE = "http://pycurl.sourceforge.net/"
2SECTION = "devel/python" 3SECTION = "devel/python"
3PRIORITY = "optional" 4PRIORITY = "optional"
4LICENSE = "LGPL" 5LICENSE = "LGPLv2.1+ | MIT"
6LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b2 \
7 file://COPYING;md5=3579a9fd0221d49a237aaa33492f988c \
8 file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
9
5DEPENDS = "curl python" 10DEPENDS = "curl python"
11RDEPENDS = "python-core curl"
6SRCNAME = "pycurl" 12SRCNAME = "pycurl"
7PR = "r0" 13PR = "r0"
8 14
@@ -22,6 +28,4 @@ export STAGING_LIBDIR
22 28
23NATIVE_INSTALL_WORKS = "1" 29NATIVE_INSTALL_WORKS = "1"
24 30
25RDEPENDS = "python-core curl"
26
27BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"