diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-08-26 13:48:54 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-26 08:52:07 -0400 |
commit | 06908329d3c12bf42da4c97e5b769d5416f229da (patch) | |
tree | 776e0957fc734693682f161f01f1ec02c328487f /recipes-networking | |
parent | d05ace5d95bfa19ce755af2031c620b500a46178 (diff) | |
download | meta-virtualization-06908329d3c12bf42da4c97e5b769d5416f229da.tar.gz |
openvsitch: set CONFIGUREOPT_DEPTRACK to empty
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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc index 58c83528..454aadf0 100644 --- a/recipes-networking/openvswitch/openvswitch.inc +++ b/recipes-networking/openvswitch/openvswitch.inc | |||
@@ -39,6 +39,7 @@ EXTRA_OECONF += "\ | |||
39 | TARGET_PYTHON=${bindir}/python \ | 39 | TARGET_PYTHON=${bindir}/python \ |
40 | TARGET_PERL=${bindir}/perl \ | 40 | TARGET_PERL=${bindir}/perl \ |
41 | " | 41 | " |
42 | CONFIGUREOPT_DEPTRACK = "" | ||
42 | 43 | ||
43 | # Don't compile kernel modules by default since it heavily depends on | 44 | # Don't compile kernel modules by default since it heavily depends on |
44 | # kernel version. Use the in-kernel module for now. | 45 | # kernel version. Use the in-kernel module for now. |