diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-04-28 17:42:16 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:12 +0100 |
| commit | e93254b482c09aba884160ea6fea3756702cb1e8 (patch) | |
| tree | 66ed2f13338d789ecfd19567f6f49b6d50dfaca8 | |
| parent | 8d6bb655e592d9d7effaca5bf1a331f18c8df947 (diff) | |
| download | poky-e93254b482c09aba884160ea6fea3756702cb1e8.tar.gz | |
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.
(From OE-Core rev: 27fd1bb7969b558864463450e1837c4400a03f9c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 22880cc5e1..c92ca78997 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -77,6 +77,8 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ | |||
| 77 | ${@append_libtool_sysroot(d)}" | 77 | ${@append_libtool_sysroot(d)}" |
| 78 | CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking" | 78 | CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking" |
| 79 | 79 | ||
| 80 | CACHED_CONFIGUREVARS ?= "" | ||
| 81 | |||
| 80 | AUTOTOOLS_SCRIPT_PATH ?= "${S}" | 82 | AUTOTOOLS_SCRIPT_PATH ?= "${S}" |
| 81 | CONFIGURE_SCRIPT ?= "${AUTOTOOLS_SCRIPT_PATH}/configure" | 83 | CONFIGURE_SCRIPT ?= "${AUTOTOOLS_SCRIPT_PATH}/configure" |
| 82 | 84 | ||
