[yocto] [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty

Bruce Ashfield bruce.ashfield at windriver.com
Wed Aug 26 05:52:49 PDT 2015


On 15-08-26 01:48 AM, rongqing.li at windriver.com wrote:
> From: Roy Li <rongqing.li at 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 at 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.
>




More information about the yocto mailing list