[meta-virtualization] 01-use-proper-tools-for-cross-build.patch in meta-virtualization

David Nyström david.nystrom at enea.com
Mon Dec 17 02:07:27 PST 2012


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 at 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



More information about the meta-virtualization mailing list