]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: add default for CACHED_CONFIGUREVARS
authorRoss Burton <ross.burton@intel.com>
Thu, 28 Apr 2016 16:42:16 +0000 (17:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:33:23 +0000 (19:33 +0100)
Ensure that this variable has a default value so that we don't get debug
messages that the variable couldn't be expanded.

(From OE-Core rev: 27fd1bb7969b558864463450e1837c4400a03f9c)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/classes/autotools.bbclass

index 6649f5df71a411d5bfc48272b57e396baac67caa..e1686206f74d300ebb6325881ef37bf38ada9623 100644 (file)
@@ -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"