On Thu, Dec 12, 2019 at 04:02:53PM -0500, Jacob Stiffler wrote: > tidl-api does not create versioned libraries,
Should it be fixed then? What's the plan to address it? > so provide these in the > base package and skip the QA checks. > > Signed-off-by: Jacob Stiffler <[email protected]> > --- > meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > index a8829c1..ea12fb0 100644 > --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > @@ -52,5 +52,9 @@ FILES_${PN} += "\ > ${TIDL_INSTALL_DIR} \ > " > > +# Versioned libs are not created. See do_install(). > +SOLIBS = ".so*" > +FILES_SOLIBSDEV = "" > > -INSANE_SKIP_${PN} = "arch ldflags textrel staticdev" > +INSANE_SKIP_${PN} = "arch ldflags textrel staticdev libdir" > +INSANE_SKIP_${PN}-dbg = "libdir" > -- > 2.7.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
