diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-03 17:59:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-07 00:55:48 +0000 |
commit | 8f476a75dc2c035b164c1c2e92cbde1295729c12 (patch) | |
tree | 61a613057af35a74315c3e30dd051c185aeceb56 /meta-yocto | |
parent | 1ef926cf788359b9845394bf95e298b7fcff4910 (diff) | |
download | poky-8f476a75dc2c035b164c1c2e92cbde1295729c12.tar.gz |
poky: Enable pkgvarcheck warnings
(From meta-yocto rev: 06578505d53ecfc072228a882abcd390fc86410b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-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 1d4e6f20d5..5519299652 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -106,6 +106,6 @@ OELAYOUT_ABI = "8" | |||
106 | INHERIT += "poky-sanity" | 106 | INHERIT += "poky-sanity" |
107 | 107 | ||
108 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" | 108 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" |
109 | WARN_QA = "textrel" | 109 | WARN_QA = "textrel pkgvarcheck" |
110 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" | 110 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" |
111 | 111 | ||