[oe-commits] [openembedded-core] 24/24: gcc-runtime: Fix QA issue

git at git.openembedded.org git at git.openembedded.org
Wed Mar 8 11:28:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3658da86e57dc87ac3957b05f853a7f1a56bfab2
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Wed Mar 8 11:03:15 2017 +0100

    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]
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index ec8f4a4..a5be491 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.*"
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list