[oe-commits] [openembedded-core] 12/31: autotools: add default for CACHED_CONFIGUREVARS

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 08:24:19 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d2a4fccf5a57dd2eb721e248b2fd7a888d4e1c91
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Apr 28 17:42:16 2016 +0100

    autotools: add default for CACHED_CONFIGUREVARS
    
    Ensure that this variable has a default value so that we don't get debug
    messages that the variable couldn't be expanded.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/autotools.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 22880cc..c92ca78 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -77,6 +77,8 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
 		  ${@append_libtool_sysroot(d)}"
 CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking"
 
+CACHED_CONFIGUREVARS ?= ""
+
 AUTOTOOLS_SCRIPT_PATH ?= "${S}"
 CONFIGURE_SCRIPT ?= "${AUTOTOOLS_SCRIPT_PATH}/configure"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list