diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-07 10:55:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-07 11:04:59 +0000 |
commit | 97ca1c3b5428ed002f76b29a6ce968190b781a23 (patch) | |
tree | 0cedb12d162619e35b83ee528d184d509148d339 /meta-yocto | |
parent | 2674ddb4b0c0645c91d1794cbd9166418b984351 (diff) | |
download | poky-97ca1c3b5428ed002f76b29a6ce968190b781a23.tar.gz |
poky.conf: add file-rdeps to WARN_QA
This was added to the default value of WARN_QA in insane.bbclass in
OE-Core, but we missed adding it to the value set in poky.conf.
(From meta-yocto rev: 125621909c69ac00ca90e6001b7798c5123b0405)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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 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 \ |