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


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to