diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-21 09:27:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:41 +0100 |
commit | 1994b4f92dd6faf66d334bd2859ee9ce6a27186e (patch) | |
tree | 3da4c9f6e36049adc18bb35923f6c441d84e9876 /meta/conf | |
parent | e40faa1dcaa715b5450e72088b19af27f3c36a18 (diff) | |
download | poky-1994b4f92dd6faf66d334bd2859ee9ce6a27186e.tar.gz |
no-static-libs.inc: use `?=' to set a default DISABLE_STATIC
It could be overrided by basic variable setting `='.
(From OE-Core rev: fc47018b02a9b96e88735e1b8a0536f9fb268c62)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/no-static-libs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index 7c165c717f..7fd578b3ce 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DISABLE_STATIC = " --disable-static" | 1 | DISABLE_STATIC ?= " --disable-static" |
2 | 2 | ||
3 | # qemu aborts on unrecognised option | 3 | # qemu aborts on unrecognised option |
4 | DISABLE_STATIC_pn-qemu = "" | 4 | DISABLE_STATIC_pn-qemu = "" |