Show
Ignore:
Timestamp:
05/31/11 14:30:59 (2 years ago)
Author:
jawil06
Message:

Shouldn't have 'cleaned up', those lines were necessary for python. Should have tested before committing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jawil06/recipes/ossie-system/ossie-cf_0.8.1.bb

    r10736 r10737  
    1313inherit autotools pkgconfig 
    1414 
    15 EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl --libdir=/usr/lib --includedir=/usr/include --with-boost --with-boost-filesystem=boost_filesystem" 
     15EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl --libdir=/usr/lib --includedir=/usr/include --with-boost --with-boost-filesystem=boost_filesystem-mt" 
    1616 
    1717# This is a hack to ignore the output of config.log which halts compilation due to errors with host files. This is a work-around, NOT a fix. 
     
    2121 
    2222do_install_prepend () { 
     23    export STAGING_INCDIR=${STAGING_INCDIR} 
     24    export STAGING_LIBDIR=${STAGING_LIBDIR} 
    2325    export PYTHONPATH=${D}/${PYTHON_SITEPACKAGES_DIR} 
     26        export BUILD_SYS=${BUILD_SYS} 
     27        export HOST_SYS=${HOST_SYS} 
     28        export BUILD_SYS=${BUILD_SYS} 
     29        export HOST_SYS=${HOST_SYS} 
    2430} 
    2531