All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <rongqing.li@windriver.com>, <yocto@yoctoproject.org>
Subject: Re: [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty
Date: Wed, 26 Aug 2015 08:52:49 -0400	[thread overview]
Message-ID: <55DDB6A1.5050809@windriver.com> (raw)
In-Reply-To: <1440568134-25471-1-git-send-email-rongqing.li@windriver.com>

On 15-08-26 01:48 AM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> compilation failed since the needed dirs maybe not created when make
> ".in" target, fix it by creating the needed dirs before, but mainstream
> thinks the needed dirs should be created when do configuration.
> at last, find CONFIGUREOPT_DEPTRACK disable the creation, so empty
> it
> http://openvswitch.org/pipermail/dev/2015-August/059189.html
>
> set CONFIGUREOPT_DEPTRACK to empty, is lower effective, but harmless,
> and can fix the parallel building issue;
> see oe-core 970e0ae6108[autotools: Disable dependency tracking

This should have gone to the meta-virtualization mailing list, but no
need to re-send .. I have it from here and have merged it.

Bruce

>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>   recipes-networking/openvswitch/openvswitch.inc | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc
> index 58c8352..454aadf 100644
> --- a/recipes-networking/openvswitch/openvswitch.inc
> +++ b/recipes-networking/openvswitch/openvswitch.inc
> @@ -39,6 +39,7 @@ EXTRA_OECONF += "\
>   	TARGET_PYTHON=${bindir}/python \
>   	TARGET_PERL=${bindir}/perl \
>   	"
> +CONFIGUREOPT_DEPTRACK = ""
>
>   # Don't compile kernel modules by default since it heavily depends on
>   # kernel version. Use the in-kernel module for now.
>



      reply	other threads:[~2015-08-26 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-26  5:48 [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty rongqing.li
2015-08-26 12:52 ` Bruce Ashfield [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=55DDB6A1.5050809@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=rongqing.li@windriver.com \
    --cc=yocto@yoctoproject.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.