- Timestamp:
- 05/31/11 14:30:59 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jawil06/recipes/ossie-system/ossie-cf_0.8.1.bb
r10736 r10737 13 13 inherit autotools pkgconfig 14 14 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 "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-mt" 16 16 17 17 # 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. … … 21 21 22 22 do_install_prepend () { 23 export STAGING_INCDIR=${STAGING_INCDIR} 24 export STAGING_LIBDIR=${STAGING_LIBDIR} 23 25 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} 24 30 } 25 31