[oe-commits] [openembedded-core] 14/64: enchant2: fix qa issue about staticdev

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 16:48:54 UTC 2020


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

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

commit b92a74d1e0a66dfb87e1e2626df232174151867e
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Jan 14 13:56:08 2020 +0800

    enchant2: fix qa issue about staticdev
    
    staticdev package defaults to include ${libdir}/${BPN}/*.a, but
    for enchant2, the file locates under ${libdir}/echant-2/. So fix
    it to avoid the following QA issue.
    
      QA Issue: non -staticdev package contains static .a library: enchant2 path '/.../usr/lib/enchant-2/enchant_aspell.a'
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/enchant/enchant2_2.2.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/enchant/enchant2_2.2.7.bb b/meta/recipes-support/enchant/enchant2_2.2.7.bb
index bdfd738..03db5c7 100644
--- a/meta/recipes-support/enchant/enchant2_2.2.7.bb
+++ b/meta/recipes-support/enchant/enchant2_2.2.7.bb
@@ -26,3 +26,4 @@ FILES_${PN} += " \
     ${datadir}/enchant-2 \
     ${libdir}/enchant-2 \
 "
+FILES_${PN}-staticdev += "${libdir}/enchant-2/*.a"

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


More information about the Openembedded-commits mailing list