curl: upgrade to version 7.21.0

from 7.20.0

add homepage and bugtracker, update license

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-06-28 10:55:11 +08:00 committed by Richard Purdie
parent c4713d040a
commit 47c3dd441e
1 changed files with 9 additions and 5 deletions

View File

@ -1,14 +1,18 @@
DESCRIPTION = "Command line tool and library for client-side URL transfers."
HOMEPAGE = "http://curl.haxx.se/"
BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker"
SECTION = "console/network"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e664ac"
DEPENDS = "zlib gnutls"
DEPENDS_virtclass-native = "zlib-native"
DEPENDS_virtclass-nativesdk = "zlib-nativesdk"
SECTION = "console/network"
PR = "r2"
PR = "r0"
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://noldlibpath.patch;patch=1 \
file://pkgconfig_fix.patch;patch=1"
file://noldlibpath.patch \
file://pkgconfig_fix.patch"
inherit autotools pkgconfig binconfig
@ -47,4 +51,4 @@ FILES_lib${PN}-dev = "${includedir} \
FILES_lib${PN}-doc = "${mandir}/man3 \
${mandir}/man1/curl-config.1"
BBCLASSEXTEND = "native nativesdk"
BBCLASSEXTEND = "native nativesdk"