mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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:
committed by
Richard Purdie
parent
3fc53377e2
commit
d454dc2fc1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user