On Tue, 2013-11-12 at 15:36 -0800, Saul Wold wrote:
> This is why I wanted to understand the orignal failure, so using
> PACKAGECONFIG sounds reasonable, I think we have had a case in the past
> where we even allowed for a non-default PACKAGECONFIG point outside of
> oe-core (I can't remember wh
> I am still considering this patch, but need to understand what platforms
> curl is failing on.
As far as I've tested curl crashes on i386, cedartrail and x86-64 platforms.
The c-ares recipe was borrowed from meta-webos-ports.
I'll prepare new version of this patch that will include PACKAGECONF
On 11/12/2013 03:53 PM, Phil Blundell wrote:
On Tue, 2013-11-12 at 14:41 -0800, Saul Wold wrote:
Additionally, if adding this to oe-core, it needs to be in it's own
patch crediting the orignal author / layer, I found a 1.10 version in
the meta-webos-ports, is this where it came from?
There is
On Tue, 2013-11-12 at 14:41 -0800, Saul Wold wrote:
> Additionally, if adding this to oe-core, it needs to be in it's own
> patch crediting the orignal author / layer, I found a 1.10 version in
> the meta-webos-ports, is this where it came from?
There is a c-ares recipe in oe-classic which looks
On 11/08/2013 03:42 PM, Yevhen Kyriukha wrote:
Also added c-ares library recipe.
In libcurl there is an issue with DNS lookups that cause crash on some
platforms:
http://curl.haxx.se/mail/lib-2008-09/0197.html
To avoid this issue libcurl has to be built with c-ares name resolver.
I am still co
Also added c-ares library recipe.
In libcurl there is an issue with DNS lookups that cause crash on some
platforms:
http://curl.haxx.se/mail/lib-2008-09/0197.html
To avoid this issue libcurl has to be built with c-ares name resolver.
Signed-off-by: Yevhen Kyriukha
---
meta/recipes-support/c-ar