diff options
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 4d143e257d..71b3b14404 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -102,7 +102,7 @@ INHERIT += "poky-sanity" | |||
102 | 102 | ||
103 | # QA check settings - a little stricter than the OE-Core defaults | 103 | # QA check settings - a little stricter than the OE-Core defaults |
104 | WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \ | 104 | WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \ |
105 | unknown-configure-option build-deps" | 105 | unknown-configure-option build-deps file-rdeps" |
106 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ | 106 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ |
107 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ | 107 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ |
108 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ | 108 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ |