diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2017-03-08 11:03:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-08 11:52:57 +0000 |
commit | d454dc2fc17711d3efe6dbe5aca3c734f0ed158b (patch) | |
tree | 7280e6534071adc5d6ca73182b61063529dcea1b /meta | |
parent | 3fc53377e2c19d43bb9dcd06088295b8f8b3b3ac (diff) | |
download | poky-d454dc2fc17711d3efe6dbe5aca3c734f0ed158b.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index ec8f4a42d0..a5be491ad3 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -254,6 +254,7 @@ FILES_libmpx = "${libdir}/libmpx.so.* ${libdir}/libmpxwrappers.so.*" | |||
254 | SUMMARY_libmpx = "Intel Memory Protection Extension library" | 254 | SUMMARY_libmpx = "Intel Memory Protection Extension library" |
255 | FILES_libmpx-dev = "\ | 255 | FILES_libmpx-dev = "\ |
256 | ${libdir}/libmpxwrappers.so \ | 256 | ${libdir}/libmpxwrappers.so \ |
257 | ${libdir}/libmpxwrappers.la \ | ||
257 | ${libdir}/libmpx.so \ | 258 | ${libdir}/libmpx.so \ |
258 | ${libdir}/libmpx.la \ | 259 | ${libdir}/libmpx.la \ |
259 | ${libdir}/libmpx.spec \ | 260 | ${libdir}/libmpx.spec \ |