mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +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>
This commit is contained in:
@@ -22,3 +22,5 @@ PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
|
|||||||
EXTRA_OECONF = "--without-python"
|
EXTRA_OECONF = "--without-python"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "bash"
|
RDEPENDS:${PN} += "bash"
|
||||||
|
|
||||||
|
FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"
|
||||||
|
|||||||
Reference in New Issue
Block a user