From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: wenzong.fan@windriver.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] curl: cleanup buildpaths from curl-config
Date: Sat, 26 Sep 2015 22:45:32 +0100 [thread overview]
Message-ID: <1443303932.19044.221.camel@linuxfoundation.org> (raw)
In-Reply-To: <1443092669-215894-1-git-send-email-wenzong.fan@windriver.com>
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 == "".
Cheers,
Richard
next prev parent reply other threads:[~2015-09-26 21:45 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 [this message]
2015-09-28 3:10 ` wenzong fan
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=1443303932.19044.221.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=wenzong.fan@windriver.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox