[oe-commits] [openembedded-core] 118/122: libnsl2: fix installed-vs-shipped QA issue

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:26:36 UTC 2017


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

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

commit b1806a257c0af1c69a81b3f855f6d165162257ae
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Thu Nov 16 15:41:36 2017 +0800

    libnsl2: fix installed-vs-shipped QA issue
    
    Fix the installed-vs-shipped QA issue:
    | WARNING: libnsl2-1.0.5+gitAUTOINC+dfa2f31352-r0 do_package: QA Issue:
      libnsl2: Files/directories were installed but not shipped in any package:
      /usr/lib64/nsl/libnsl.a
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 2e6636b23dde2c1b547f98373a2f49e617c37a9f)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/libnsl/libnsl2_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb
index 18e37a1..a539148 100644
--- a/meta/recipes-extended/libnsl/libnsl2_git.bb
+++ b/meta/recipes-extended/libnsl/libnsl2_git.bb
@@ -34,3 +34,4 @@ do_install_append() {
 
 FILES_${PN} += "${libdir}/nsl/*.so.*"
 FILES_${PN}-dev += "${includedir}/nsl ${libdir}/nsl/*.so"
+FILES_${PN}-staticdev += "${libdir}/nsl/*.a"

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


More information about the Openembedded-commits mailing list