gcc-runtime: Fix QA issue

ERROR: gcc-runtime-6.3.0-r0 do_package: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package:
  /usr/lib/libmpxwrappers.la
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
gcc-runtime: 1 installed and not shipped files. [installed-vs-shipped]

(From OE-Core rev: 3658da86e57dc87ac3957b05f853a7f1a56bfab2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2017-03-08 11:03:15 +01:00 committed by Richard Purdie
parent 3fc53377e2
commit d454dc2fc1
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ FILES_libmpx = "${libdir}/libmpx.so.* ${libdir}/libmpxwrappers.so.*"
SUMMARY_libmpx = "Intel Memory Protection Extension library"
FILES_libmpx-dev = "\
${libdir}/libmpxwrappers.so \
${libdir}/libmpxwrappers.la \
${libdir}/libmpx.so \
${libdir}/libmpx.la \
${libdir}/libmpx.spec \