diff options
author | Qing He <qing.he@intel.com> | 2010-06-09 15:25:27 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 16:30:30 -0700 |
commit | 42881b8921254dc49c6de6fe28c7e4f92d78110d (patch) | |
tree | 2a137e97ead53c733316126ad1bda8f0a200e6a2 /meta/packages/python | |
parent | 5c92b1050fb270b38a0782d1abd78a54168bc512 (diff) | |
download | poky-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/packages/python')
-rw-r--r-- | meta/packages/python/python-pycurl_7.19.0.bb | 12 |
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 @@ | |||
1 | DESCRIPTION = "libcurl Python Bindings" | 1 | DESCRIPTION = "libcurl python bindings." |
2 | HOMEPAGE = "http://pycurl.sourceforge.net/" | ||
2 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
4 | LICENSE = "LGPL" | 5 | LICENSE = "LGPLv2.1+ | MIT" |
6 | LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b2 \ | ||
7 | file://COPYING;md5=3579a9fd0221d49a237aaa33492f988c \ | ||
8 | file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" | ||
9 | |||
5 | DEPENDS = "curl python" | 10 | DEPENDS = "curl python" |
11 | RDEPENDS = "python-core curl" | ||
6 | SRCNAME = "pycurl" | 12 | SRCNAME = "pycurl" |
7 | PR = "r0" | 13 | PR = "r0" |
8 | 14 | ||
@@ -22,6 +28,4 @@ export STAGING_LIBDIR | |||
22 | 28 | ||
23 | NATIVE_INSTALL_WORKS = "1" | 29 | NATIVE_INSTALL_WORKS = "1" |
24 | 30 | ||
25 | RDEPENDS = "python-core curl" | ||
26 | |||
27 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |