From e395e456b096bb3ce5cc23979f753afbda7b4487 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Mon, 1 May 2023 17:27:29 +0000 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit f030642efa8d58b8ef98e2cdd248b9423b8e6570) Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/gensio/gensio_2.6.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" EXTRA_OECONF = "--without-python" RDEPENDS:${PN} += "bash" + +FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" -- cgit v1.2.3-54-g00ecf