[oe] [PATCH meta-networking v2] lowpan-tools: configure python files installation path

Joe MacDonald joe at deserted.net
Tue Oct 29 14:37:37 UTC 2013


Merged, thanks.
-J.

[[oe] [PATCH meta-networking v2] lowpan-tools: configure python files installation path] On 13.10.28 (Mon 10:20) rongqing.li at windriver.com wrote:

> From: Roy Li <rongqing.li at windriver.com>
> 
> configure python files installation path or else it will use the
> default value /usr/lib/python*, which is wrong on 64bit and multilibs
> enabled system
> 
> Signed-off-by: Roy Li <rongqing.li at windriver.com>
> ---
>  meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
> index cf78b45..152ee49 100644
> --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
> +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
> @@ -13,7 +13,9 @@ SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
>  
>  S = "${WORKDIR}/git"
>  
> -inherit autotools
> +inherit autotools python-dir
> +
> +CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
>  
>  do_install_append() {
>  	rmdir ${D}${localstatedir}/run
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20131029/18da366e/attachment-0002.sig>


More information about the Openembedded-devel mailing list