external-sourcery-toolchain: skip unpackaged warnings

Correctly skip the build warnings for unpackaged files.

Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
This commit is contained in:
Yasir-Khan
2014-09-02 17:36:02 +05:00
parent d04a2566f1
commit d44384e9a4

View File

@@ -210,7 +210,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
# We support multiple toolchain versions, so an unpackaged file isn't
# necessarily a problem.
ERROR_QA_remove = "installed-vs-shipped"
INSANE_SKIP_${PN} = "installed-vs-shipped"
# This test should be fixed to ignore .a files in .debug dirs
INSANE_SKIP_${PN}-dbg = "staticdev"