All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Nyström" <david.nystrom@enea.com>
To: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>,
	Raymond Danks <ray.danks@se-eng.com>
Subject: 01-use-proper-tools-for-cross-build.patch in meta-virtualization
Date: Mon, 17 Dec 2012 11:07:27 +0100	[thread overview]
Message-ID: <50CEEEDF.3070707@enea.com> (raw)

c0274e47: 01-use-proper-tools-for-cross-build.patch
--
Upstream-Status: Inappropriate [embedded specific]

# We need to ensure our host tools get run during build, not the freshly
# built cross-tools (this will not work), so we introduce HOSTPYTHON and 
HOSTPGEN.
# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille-media.de>
--

Whats the reason to keep a separate version of this patch in 
meta-virtualization ? Since meta-virt has higher prio, I suspect the 
version we have in meta-virt is being used instead on the one in 
poky/master.

diff python/01-use-proper-tools-for-cross-build.patch 
/media/sdb5/eel/poky/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch 

122,124c122,124
< +        lib_dirs = [ os.getenv( "STAGING_LIBDIR" ) ]
< +        inc_dirs = [ os.getenv( "STAGING_INCDIR" ) ]
< +        lib_dirs += os.getenv('LIBRARY_PATH', '').split(os.pathsep)
---
 > +        lib_dirs = [ os.getenv("STAGING_LIBDIR"), 
os.getenv("STAGING_BASELIBDIR") ]
 > +        inc_dirs = [ os.getenv("STAGING_INCDIR") ]
 > +


Br,
David


                 reply	other threads:[~2012-12-17 10:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50CEEEDF.3070707@enea.com \
    --to=david.nystrom@enea.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=ray.danks@se-eng.com \
    /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.