All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty
@ 2015-08-26  5:48 rongqing.li
  2015-08-26 12:52 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2015-08-26  5:48 UTC (permalink / raw)
  To: yocto

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

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.
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty
  2015-08-26  5:48 [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty rongqing.li
@ 2015-08-26 12:52 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-08-26 12:52 UTC (permalink / raw)
  To: rongqing.li, yocto

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.
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-26 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26  5:48 [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty rongqing.li
2015-08-26 12:52 ` Bruce Ashfield

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.