diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-20 00:45:27 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:49 -0800 |
| commit | 1aed4140bfe51d8674951393aa6f4ce062563026 (patch) | |
| tree | 38ab3ae2b45cf5bfbbe1dcbdd6ce56d68ceaaa5c | |
| parent | 42d6b7818d3472941d130cb2e05f1cac3291fcdc (diff) | |
| download | poky-1aed4140bfe51d8674951393aa6f4ce062563026.tar.gz | |
terminal.bbclass: export configure vars
So that we can easily reproduce configure by:
$ $CACHED_CONFIGUREVARS ./configure $CONFIGUREOPTS $EXTRA_OECONF
[YOCTO #9423]
(From OE-Core rev: a851f57de63fe527e04f2296245e9720c40f9c2e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/terminal.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass index 5db013f4dc..62409c0815 100644 --- a/meta/classes/terminal.bbclass +++ b/meta/classes/terminal.bbclass | |||
| @@ -3,7 +3,7 @@ OE_TERMINAL[type] = 'choice' | |||
| 3 | OE_TERMINAL[choices] = 'auto none \ | 3 | OE_TERMINAL[choices] = 'auto none \ |
| 4 | ${@oe_terminal_prioritized()}' | 4 | ${@oe_terminal_prioritized()}' |
| 5 | 5 | ||
| 6 | OE_TERMINAL_EXPORTS += 'EXTRA_OEMAKE' | 6 | OE_TERMINAL_EXPORTS += 'EXTRA_OEMAKE CACHED_CONFIGUREVARS CONFIGUREOPTS EXTRA_OECONF' |
| 7 | OE_TERMINAL_EXPORTS[type] = 'list' | 7 | OE_TERMINAL_EXPORTS[type] = 'list' |
| 8 | 8 | ||
| 9 | XAUTHORITY ?= "${HOME}/.Xauthority" | 9 | XAUTHORITY ?= "${HOME}/.Xauthority" |
