[oe] [PATCH] python-cython_0.13.bb: Add python-native to DEPENDS.

Khem Raj raj.khem at gmail.com
Tue Nov 2 04:43:10 UTC 2010


On Mon, Nov 1, 2010 at 6:09 PM, Graham Gower <graham.gower at gmail.com> wrote:
>
> /mnt/oe/tmp/work/x86_64-linux/python-cython-native-0.13-r0/temp/run.do_compile.28826: line 927: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/python: No such file or directory
> FATAL: python setup.py build_ext execution failed.

hmmm what happens if you just add python to DEPENDS instead of python-native ?

>
> Signed-off-by: Graham Gower <graham.gower at gmail.com>
> ---
>  recipes/python/python-cython_0.13.bb |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/python/python-cython_0.13.bb b/recipes/python/python-cython_0.13.bb
> index 61ad718..4e0411d 100644
> --- a/recipes/python/python-cython_0.13.bb
> +++ b/recipes/python/python-cython_0.13.bb
> @@ -7,6 +7,7 @@ LICENSE = "GPL"
>  SRCNAME = "Cython"
>  BBCLASSEXTEND = "native"
>  NATIVE_INSTALL_WORKS = "1"
> +DEPENDS = "python-native"
>
>  SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list