summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2023-05-01 17:27:29 +0000
committerArmin Kuster <akuster808@gmail.com>2023-05-07 12:30:34 -0400
commite395e456b096bb3ce5cc23979f753afbda7b4487 (patch)
tree75ef7415f030b373ae3ef581857fff7a39a56b1f
parent7ac297aeb8ec448a8048ac1a245d0572bcd8db3d (diff)
downloadmeta-openembedded-e395e456b096bb3ce5cc23979f753afbda7b4487.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> (cherry picked from commit f030642efa8d58b8ef98e2cdd248b9423b8e6570) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb
index 4aca6fee5f..1b161741c2 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb
@@ -22,3 +22,5 @@ PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
22EXTRA_OECONF = "--without-python" 22EXTRA_OECONF = "--without-python"
23 23
24RDEPENDS:${PN} += "bash" 24RDEPENDS:${PN} += "bash"
25
26FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"