]> code.ossystems Code Review - openembedded-core.git/commitdiff
enchant2: fix qa issue about staticdev
authorChen Qi <Qi.Chen@windriver.com>
Tue, 14 Jan 2020 05:56:08 +0000 (13:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:54 +0000 (16:38 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/enchant/enchant2_2.2.7.bb

index bdfd73848796038568d18713124f21556b69f028..03db5c7faef37b88d2d8436e1ae935b95c4b7a22 100644 (file)
@@ -26,3 +26,4 @@ FILES_${PN} += " \
     ${datadir}/enchant-2 \
     ${libdir}/enchant-2 \
 "
+FILES_${PN}-staticdev += "${libdir}/enchant-2/*.a"