diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-14 14:30:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:45 +0000 |
commit | ce0f8ab3b48cf7dc4904cb986016c11285f49e46 (patch) | |
tree | f942b943d8e85d1470eac3ece31d7d28716a542b /meta/classes | |
parent | 94abdb2eea610b174064978d2fb8354a6231fc0c (diff) | |
download | poky-ce0f8ab3b48cf7dc4904cb986016c11285f49e46.tar.gz |
insane: Add --disable-static to UNKNOWN_CONFIGURE_WHITELIST
With the addition of a common class passing in this option, add it to
the list of standard "unknown" configure options which are known about.
Its not interesting/productive to go and update every recipe to handle
this flag.
(From OE-Core rev: f879f452dc69989aa227b8dc60b7cb0354203575)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2bc931521f..530e711ec4 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -46,7 +46,7 @@ enabled tests are listed here, the do_package_qa task will run under fakeroot." | |||
46 | 46 | ||
47 | ALL_QA = "${WARN_QA} ${ERROR_QA}" | 47 | ALL_QA = "${WARN_QA} ${ERROR_QA}" |
48 | 48 | ||
49 | UNKNOWN_CONFIGURE_WHITELIST ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot" | 49 | UNKNOWN_CONFIGURE_WHITELIST ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot --disable-static" |
50 | 50 | ||
51 | # | 51 | # |
52 | # dictionary for elf headers | 52 | # dictionary for elf headers |