]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: move libdir QA check to WARN_QA
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 4 Jul 2013 13:17:43 +0000 (13:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2013 14:28:14 +0000 (15:28 +0100)
The libdir check was broken, and having been fixed it is throwing up a
number of issues, so it seems that we're not yet ready to have this set
to error. Switch it back to a warning instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky.conf

index 14919f25e7331a9c6305cd2c29e01374fbfa753f..7be7d921a15b7bee981996735fa00cbcc5586fb0 100644 (file)
@@ -100,11 +100,11 @@ OELAYOUT_ABI = "8"
 INHERIT += "poky-sanity"
 
 # QA check settings - a little stricter than the OE-Core defaults
-WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi"
+WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir"
 ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
             useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
             compile-host-path dep-cmp installed-vs-shipped install-host-path \
-            libdir packages-list perm-config perm-line perm-link pkgv-undefined \
+            packages-list perm-config perm-line perm-link pkgv-undefined \
             pn-overrides split-strip var-undefined"
 
 include conf/distro/include/seperatebuilddir.inc