From 06908329d3c12bf42da4c97e5b769d5416f229da Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 26 Aug 2015 13:48:54 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-networking/openvswitch') 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 += "\ 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. -- cgit v1.2.3-54-g00ecf