aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gensio
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2023-05-01 17:27:29 +0000
committerKhem Raj <raj.khem@gmail.com>2023-05-01 12:27:53 -0700
commitf030642efa8d58b8ef98e2cdd248b9423b8e6570 (patch)
tree340138c75fbdf6b5aa140bbfcdd646067472dbc0 /meta-oe/recipes-connectivity/gensio
parentd72fc73edb09a079d5791baa654f3cce5a4ca113 (diff)
downloadmeta-openembedded-contrib-f030642efa8d58b8ef98e2cdd248b9423b8e6570.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.6.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.4.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.6.4.bb
index c61adb1dfd..5821c2c1df 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.6.4.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.6.4.bb
@@ -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"