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 | |
parent | 5c92b1050fb270b38a0782d1abd78a54168bc512 (diff) | |
download | openembedded-core-42881b8921254dc49c6de6fe28c7e4f92d78110d.tar.gz openembedded-core-42881b8921254dc49c6de6fe28c7e4f92d78110d.tar.bz2 openembedded-core-42881b8921254dc49c6de6fe28c7e4f92d78110d.zip |
fix metadata for python-pycurl
update homepage, license and ordering
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-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 @@ -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" |