[oe-commits] [meta-openembedded] 22/33: kea: fix do_package warning

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 23:26:32 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 81eaf79da337b196cc6051d2927584c873e8e82f
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Mon Aug 13 15:30:03 2018 +0800

    kea: fix do_package warning
    
    Add libdhcp_stat_cmds.a and libdhcp_ha.a to
    FILES_${PN}-staticdev to fix below warning:
    
    WARNING: kea-1.4.0-r0 do_package: QA Issue: kea: Files/directories were installed but not shipped in any package:
      /usr/lib64/hooks/libdhcp_stat_cmds.a
      /usr/lib64/hooks/libdhcp_ha.a
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/kea/kea_1.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/kea/kea_1.4.0.bb b/meta-networking/recipes-connectivity/kea/kea_1.4.0.bb
index 40db22b..ba01b8c 100644
--- a/meta-networking/recipes-connectivity/kea/kea_1.4.0.bb
+++ b/meta-networking/recipes-connectivity/kea/kea_1.4.0.bb
@@ -45,7 +45,7 @@ PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_TARGET}${prefix},,openssl
 PACKAGECONFIG[log4cplus] = "--with-log4cplus=${STAGING_DIR_TARGET}${prefix},,log4cplus,log4cplus"
 PACKAGECONFIG[boost] = "--with-boost-include=${STAGING_INCDIR} --with-boost-lib-dir=${STAGING_LIBDIR} --with-boost-libs=-lboost_system,,boost,boost"
 
-FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a"
+FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a"
 FILES_${PN} += "${libdir}/hooks/*.so"
 
 BBCLASSEXTEND += "native"

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


More information about the Openembedded-commits mailing list