All of lore.kernel.org
 help / color / mirror / Atom feed
From: wenzong fan <wenzong.fan@windriver.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] curl: cleanup buildpaths from curl-config
Date: Mon, 28 Sep 2015 11:10:21 +0800	[thread overview]
Message-ID: <5608AF9D.90904@windriver.com> (raw)
In-Reply-To: <1443303932.19044.221.camel@linuxfoundation.org>

On 09/27/2015 05:45 AM, Richard Purdie wrote:
> On Thu, 2015-09-24 at 07:04 -0400, wenzong.fan@windriver.com wrote:
>> From: Wenzong Fan <wenzong.fan@windriver.com>
>>
>> * 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 <wenzong.fan@windriver.com>
>> ---
>>   meta/recipes-support/curl/curl_7.44.0.bb | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta/recipes-support/curl/curl_7.44.0.bb b/meta/recipes-support/curl/curl_7.44.0.bb
>> index b293303..b0cf700 100644
>> --- a/meta/recipes-support/curl/curl_7.44.0.bb
>> +++ b/meta/recipes-support/curl/curl_7.44.0.bb
>> @@ -43,6 +43,9 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_siz
>>
>>   do_install_append() {
>>   	oe_multilib_header curl/curlbuild.h
>> +
>> +	# cleanup buildpaths from curl-config
>> +	sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${bindir}/curl-config
>>   }
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/162
>
> Seems curl-native doesn't build since STAGING_DIR_HOST == "".

Oh, sorry. It should be limited to do_install_append_class-target().

Please ignore this patch, I'll send out V2 for the fix.

Thanks
Wenzong

>
> Cheers,
>
> Richard
>
>
>
>
>
>
>


      reply	other threads:[~2015-09-28  3:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 11:04 [PATCH] curl: cleanup buildpaths from curl-config wenzong.fan
2015-09-26 21:45 ` Richard Purdie
2015-09-28  3:10   ` wenzong fan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5608AF9D.90904@windriver.com \
    --to=wenzong.fan@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.