From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Haiqing Bai <Haiqing.Bai@windriver.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] gmp: depends on flex-native to fix parallel building issue
Date: Sun, 10 Dec 2017 22:48:29 +0000 [thread overview]
Message-ID: <1512946109.19417.136.camel@linuxfoundation.org> (raw)
In-Reply-To: <1511938459-22871-1-git-send-email-Haiqing.Bai@windriver.com>
On Wed, 2017-11-29 at 14:54 +0800, Haiqing Bai wrote:
> fix below parallel building issue:
> configure:27365: result: flex
> configure:27403: flex conftest.l
> .../sysroots/x86_64-linux/usr/bin/flex.real: No such file or
> directory
> configure:27407: $? = 127
> configure:27409: checking lex output file root
> configure:27420: error: cannot find output from flex; giving up
>
> Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com>
> ---
> meta/recipes-support/gmp/gmp.inc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-
> support/gmp/gmp.inc
> index abac8cf..1b35eaa 100644
> --- a/meta/recipes-support/gmp/gmp.inc
> +++ b/meta/recipes-support/gmp/gmp.inc
> @@ -10,3 +10,5 @@ PACKAGECONFIG[readline] = "--with-readline=yes,
> --with-readline=no,readline"
>
> ARM_INSTRUCTION_SET_armv4 = "arm"
> ARM_INSTRUCTION_SET_armv5 = "arm"
> +
> +DEPENDS = "flex-native"
With recipe specific sysroots this should now be deterministic. The log
above suggests you were not using recipe specific sysroots? This would
therefore only be applicable to morty and earlier?
Cheers,
Richard
next prev parent reply other threads:[~2017-12-10 22:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 6:54 [PATCH] gmp: depends on flex-native to fix parallel building issue Haiqing Bai
2017-12-10 22:48 ` Richard Purdie [this message]
2017-12-12 7:13 ` Bai, Haiqing
2017-12-12 9:22 ` Richard Purdie
2017-12-13 7:24 ` Bai, Haiqing
2018-01-03 21:35 ` Randy MacLeod
2018-01-03 21:51 ` Richard Purdie
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=1512946109.19417.136.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=Haiqing.Bai@windriver.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox