Make host-user-contaminated a fatal QA error

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-03 01:26:45 +01:00
parent 182240f716
commit 98da404a77

View File

@@ -56,7 +56,7 @@ require conf/distro/include/no-static-libs.inc
# sent
WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
installed-vs-shipped ldflags pn-overrides rpaths staticdev \
unknown-configure-option useless-rpaths"
unknown-configure-option useless-rpaths host-user-contaminated"
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"