Re: [OE-core] [PATCH] curl: cleanup buildpaths from curl-config

2015-09-27 Thread wenzong fan
On 09/27/2015 05:45 AM, Richard Purdie wrote: On Thu, 2015-09-24 at 07:04 -0400, wenzong@windriver.com wrote: From: Wenzong Fan * curl-config: -L/path/to/tmp/sysroots/qemux86-64/usr/lib64 -> -L/usr/lib64 --sysroot=/path/to/tmp/sysroots/qemux86-64' -> --sysroot= Signed-off-by: Wenzo

Re: [OE-core] [PATCH] curl: cleanup buildpaths from curl-config

2015-09-26 Thread Richard Purdie
On Thu, 2015-09-24 at 07:04 -0400, wenzong@windriver.com wrote: > From: Wenzong Fan > > * curl-config: > -L/path/to/tmp/sysroots/qemux86-64/usr/lib64 -> -L/usr/lib64 > --sysroot=/path/to/tmp/sysroots/qemux86-64' -> --sysroot= > > Signed-off-by: Wenzong Fan > --- > meta/recipes-support

[OE-core] [PATCH] curl: cleanup buildpaths from curl-config

2015-09-24 Thread wenzong.fan
From: Wenzong Fan * curl-config: -L/path/to/tmp/sysroots/qemux86-64/usr/lib64 -> -L/usr/lib64 --sysroot=/path/to/tmp/sysroots/qemux86-64' -> --sysroot= Signed-off-by: Wenzong Fan --- meta/recipes-support/curl/curl_7.44.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recip