summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-15 20:12:15 -0700
committerArmin Kuster <akuster808@gmail.com>2021-04-18 13:49:13 -0700
commitdad655913e055598fd24ae36e99e4ca7ceb3132a (patch)
treee46438cc156855c2fa6e9f143a267954f624423e /meta-oe
parent4d503b35a8275116b4714c575faaaa37d8ee945f (diff)
downloadmeta-openembedded-dad655913e055598fd24ae36e99e4ca7ceb3132a.tar.gz
nss: Re-enable -Werror
GCC-11 has fixed the problem [1] [1] https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=da879e01ecd35737c18be1da3324f4560aba1961 Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5178615b4356c0043309b3f9e37d16396451a67b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/nss/nss_3.63.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.63.bb b/meta-oe/recipes-support/nss/nss_3.63.bb
index ab2c43d019..b7192a46d1 100644
--- a/meta-oe/recipes-support/nss/nss_3.63.bb
+++ b/meta-oe/recipes-support/nss/nss_3.63.bb
@@ -121,8 +121,6 @@ do_compile() {
121 fi 121 fi
122 122
123 export NSS_DISABLE_GTESTS=1 123 export NSS_DISABLE_GTESTS=1
124 # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420
125 export NSS_ENABLE_WERROR=0
126 # We can modify CC in the environment, but if we set it via an 124 # We can modify CC in the environment, but if we set it via an
127 # argument to make, nsinstall, a host program, will also build with it! 125 # argument to make, nsinstall, a host program, will also build with it!
128 # 126 #