gensio: fix QA issue: non -staticdev package with .a libraries

This fixes a bunch of the following errors:
ERROR: gensio-2.6.4-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: gensio path '/usr/libexec/gensio/2.6.4/libgensio_xxx.a'

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f030642efa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Petr Gotthard 2023-05-01 17:27:29 +00:00 committed by Armin Kuster
parent 7ac297aeb8
commit e395e456b0

View File

@ -22,3 +22,5 @@ PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
EXTRA_OECONF = "--without-python"
RDEPENDS:${PN} += "bash"
FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"