mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7ac297aeb8
commit
e395e456b0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user