mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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' (From OE-Core rev: b92a74d1e0a66dfb87e1e2626df232174151867e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c6b06adb7f
commit
5f3bfc5b0f
|
@ -26,3 +26,4 @@ FILES_${PN} += " \
|
|||
${datadir}/enchant-2 \
|
||||
${libdir}/enchant-2 \
|
||||
"
|
||||
FILES_${PN}-staticdev += "${libdir}/enchant-2/*.a"
|
||||
|
|
Loading…
Reference in New Issue
Block a user