Re: [meta-arago] [master/thud/ti2019.05][PATCH] tidl-api: fix package-qa issues

2019-12-12 Thread Denys Dmytriyenko
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 
> ---
>  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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [master/thud/ti2019.05][PATCH] tidl-api: fix package-qa issues

2019-12-12 Thread Jacob Stiffler
tidl-api does not create versioned libraries, so provide these in the
base package and skip the QA checks.

Signed-off-by: Jacob Stiffler 
---
 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
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago