]> code.ossystems Code Review - openembedded-core.git/commitdiff
terminal.bbclass: export configure vars
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 20 Feb 2017 08:45:27 +0000 (00:45 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:11 +0000 (12:29 -0800)
So that we can easily reproduce configure by:

$ $CACHED_CONFIGUREVARS ./configure $CONFIGUREOPTS $EXTRA_OECONF

[YOCTO #9423]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/terminal.bbclass

index 5db013f4dc972cef4182d8ee6ddb696f2622a37c..62409c0815861a1bb8187e262b94b4319fc62dee 100644 (file)
@@ -3,7 +3,7 @@ OE_TERMINAL[type] = 'choice'
 OE_TERMINAL[choices] = 'auto none \
                         ${@oe_terminal_prioritized()}'
 
-OE_TERMINAL_EXPORTS += 'EXTRA_OEMAKE'
+OE_TERMINAL_EXPORTS += 'EXTRA_OEMAKE CACHED_CONFIGUREVARS CONFIGUREOPTS EXTRA_OECONF'
 OE_TERMINAL_EXPORTS[type] = 'list'
 
 XAUTHORITY ?= "${HOME}/.Xauthority"