summaryrefslogtreecommitdiff
path: root/recipes/curl/curl-common.inc
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-28curl: add 7.20.0 to fix http://curl.haxx.se/docs/adv_20100209.html and ↵Koen Kooi1
convert to new style staging
2009-11-18curl: add checksums for 7.19.7Phil Blundell1
2009-11-12curl: Drop unneeded custom staging functionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12curl: fix dependencies of native packageDmitry Eremin-Solenikov1
As curl-common generates deps looking at the list of necessary features, curl-native packages get deps like openssl, gnutls, etc. (target packages). Fix that by generating correct dependencies during calculation. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-10-25curl: support openssl in CURL_FEATURES.Michael Smith1
Default is still gnutls. Also switch to INC_PR. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-04-09curl: move PACKAGES and FILES_* from the .inc fileDenys Dmytriyenko1
this resolves the lockfile() trying to access the wrong directory when building sdk version after target one was built Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Tom Rini <trini@embeddedalley.com>