Denys, Any issue with this patch?
Thanks, Jianzhong -----Original Message----- From: Xu, Jianzhong Sent: Wednesday, November 20, 2019 11:54 AM To: [email protected] Cc: Xu, Jianzhong Subject: [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem * move dlr shared library to python sitepackages dlr folder Signed-off-by: Jianzhong Xu <[email protected]> --- recipes-support/neo-ai/neo-ai-dlr_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/neo-ai/neo-ai-dlr_git.bb b/recipes-support/neo-ai/neo-ai-dlr_git.bb index cbf4447..e81a939 100644 --- a/recipes-support/neo-ai/neo-ai-dlr_git.bb +++ b/recipes-support/neo-ai/neo-ai-dlr_git.bb @@ -57,6 +57,7 @@ do_install() { # setup.py install some libs under datadir, but we don't need them, so remove. rm ${D}${datadir}/dlr/*.so + mv ${D}${libdir}/libdlr.so ${D}${PYTHON_SITEPACKAGES_DIR}/dlr # Now install python test scripts install -d ${D}${datadir}/dlr/tests -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
