All of lore.kernel.org
 help / color / mirror / Atom feed
* 01-use-proper-tools-for-cross-build.patch in meta-virtualization
@ 2012-12-17 10:07 David Nyström
  0 siblings, 0 replies; only message in thread
From: David Nyström @ 2012-12-17 10:07 UTC (permalink / raw)
  To: meta-virtualization, Raymond Danks

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-17 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17 10:07 01-use-proper-tools-for-cross-build.patch in meta-virtualization David Nyström

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.