All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] python-cython_0.13.bb: Add python-native to DEPENDS.
Date: Tue, 02 Nov 2010 11:39:17 +1030	[thread overview]
Message-ID: <4CCF64BD.4090500@gmail.com> (raw)


/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




             reply	other threads:[~2010-11-02  1:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02  1:09 Graham Gower [this message]
2010-11-02  4:43 ` [PATCH] python-cython_0.13.bb: Add python-native to DEPENDS Khem Raj
2010-11-02  5:42   ` Graham Gower
2010-11-02  6:45     ` Frans Meulenbroeks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCF64BD.4090500@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.