[oe-commits] [openembedded-core] 35/58: no-static-libs.inc: use `?=' to set a default DISABLE_STATIC

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:46:05 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2e3ac45b5682e7720c3fb8528f7ca6e5d584768f
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Sat Jul 21 09:27:15 2018 -0700

    no-static-libs.inc: use `?=' to set a default DISABLE_STATIC
    
    It could be overrided by basic variable setting `='.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/distro/include/no-static-libs.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc
index 7c165c7..7fd578b 100644
--- a/meta/conf/distro/include/no-static-libs.inc
+++ b/meta/conf/distro/include/no-static-libs.inc
@@ -1,4 +1,4 @@
-DISABLE_STATIC = " --disable-static"
+DISABLE_STATIC ?= " --disable-static"
 
 # qemu aborts on unrecognised option
 DISABLE_STATIC_pn-qemu = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list