On Mon, Nov 1, 2010 at 6:09 PM, Graham Gower <[email protected]> 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 <[email protected]> > --- > 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 > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
