All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-cython_0.13.bb: Add python-native to DEPENDS.
@ 2010-11-02  1:09 Graham Gower
  2010-11-02  4:43 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Graham Gower @ 2010-11-02  1:09 UTC (permalink / raw)
  To: openembedded-devel


/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.

Signed-off-by: Graham Gower <graham.gower@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




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

end of thread, other threads:[~2010-11-02  6:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02  1:09 [PATCH] python-cython_0.13.bb: Add python-native to DEPENDS Graham Gower
2010-11-02  4:43 ` Khem Raj
2010-11-02  5:42   ` Graham Gower
2010-11-02  6:45     ` Frans Meulenbroeks

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.