diff options
| -rw-r--r-- | meta/packages/curl/curl_7.21.0.bb (renamed from meta/packages/curl/curl_7.20.0.bb) | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/meta/packages/curl/curl_7.20.0.bb b/meta/packages/curl/curl_7.21.0.bb index d2f4ecbec0..1e11222897 100644 --- a/meta/packages/curl/curl_7.20.0.bb +++ b/meta/packages/curl/curl_7.21.0.bb | |||
| @@ -1,14 +1,18 @@ | |||
| 1 | DESCRIPTION = "Command line tool and library for client-side URL transfers." | 1 | DESCRIPTION = "Command line tool and library for client-side URL transfers." |
| 2 | HOMEPAGE = "http://curl.haxx.se/" | ||
| 3 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" | ||
| 4 | SECTION = "console/network" | ||
| 2 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e664ac" | ||
| 7 | |||
| 3 | DEPENDS = "zlib gnutls" | 8 | DEPENDS = "zlib gnutls" |
| 4 | DEPENDS_virtclass-native = "zlib-native" | 9 | DEPENDS_virtclass-native = "zlib-native" |
| 5 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk" | 10 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk" |
| 6 | SECTION = "console/network" | 11 | PR = "r0" |
| 7 | PR = "r2" | ||
| 8 | 12 | ||
| 9 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 13 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
| 10 | file://noldlibpath.patch;patch=1 \ | 14 | file://noldlibpath.patch \ |
| 11 | file://pkgconfig_fix.patch;patch=1" | 15 | file://pkgconfig_fix.patch" |
| 12 | 16 | ||
| 13 | inherit autotools pkgconfig binconfig | 17 | inherit autotools pkgconfig binconfig |
| 14 | 18 | ||
| @@ -47,4 +51,4 @@ FILES_lib${PN}-dev = "${includedir} \ | |||
| 47 | FILES_lib${PN}-doc = "${mandir}/man3 \ | 51 | FILES_lib${PN}-doc = "${mandir}/man3 \ |
| 48 | ${mandir}/man1/curl-config.1" | 52 | ${mandir}/man1/curl-config.1" |
| 49 | 53 | ||
| 50 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | 54 | BBCLASSEXTEND = "native nativesdk" |
