All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem
@ 2019-11-20 16:54 Jianzhong Xu
  2019-11-22 13:41 ` Xu, Jianzhong
  2019-11-25 14:22 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 2 replies; 3+ messages in thread
From: Jianzhong Xu @ 2019-11-20 16:54 UTC (permalink / raw)
  To: meta-arago

* move dlr shared library to python sitepackages dlr folder

Signed-off-by: Jianzhong Xu <xuj@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem
  2019-11-20 16:54 [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem Jianzhong Xu
@ 2019-11-22 13:41 ` Xu, Jianzhong
  2019-11-25 14:22 ` [EXTERNAL] " Jacob Stiffler
  1 sibling, 0 replies; 3+ messages in thread
From: Xu, Jianzhong @ 2019-11-22 13:41 UTC (permalink / raw)
  To: meta-arago

Denys,

Any issue with this patch?

Thanks,
Jianzhong

-----Original Message-----
From: Xu, Jianzhong 
Sent: Wednesday, November 20, 2019 11:54 AM
To: meta-arago@arago-project.org
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 <xuj@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [EXTERNAL] [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem
  2019-11-20 16:54 [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem Jianzhong Xu
  2019-11-22 13:41 ` Xu, Jianzhong
@ 2019-11-25 14:22 ` Jacob Stiffler
  1 sibling, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2019-11-25 14:22 UTC (permalink / raw)
  To: Jianzhong Xu, meta-arago


On 11/20/2019 11:54 AM, Jianzhong Xu wrote:
> * move dlr shared library to python sitepackages dlr folder
>
> Signed-off-by: Jianzhong Xu <xuj@ti.com>
> ---
>   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.


Can you also update the above comment as it is no longer relevant?


>       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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-25 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 16:54 [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem Jianzhong Xu
2019-11-22 13:41 ` Xu, Jianzhong
2019-11-25 14:22 ` [EXTERNAL] " Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.