- Timestamp:
- 09/09/10 14:26:13 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jawil06/recipes/ossie-cf/ossie-cf_0.8.1.bb
r10330 r10365 13 13 inherit autotools pkgconfig 14 14 15 EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl --libdir= ${STAGING_LIBDIR} --includedir=${STAGING_INCDIR}--with-boost --with-boost-filesystem=boost_filesystem-mt"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 # These is a hack to make reconfiguration work properly. It is a work-around, NOT a fix18 do_configure_prepend () {19 cd ${S}/standardInterfaces20 sh reconf21 cd ${S}22 }23 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. 24 18 do_configure_append () { … … 28 22 do_stage () { 29 23 autotools_stage_all 30 # install -m 0755 -d ${STAGING_INCDIR}/ossie/31 # install -m 0644 ${S}/idl/PortTypes.idl ${STAGING_INCDIR}/ossie/32 # install -m 0644 ${S}/idl/cf.idl ${STAGING_INCDIR}/ossie/33 # install -m 0644 ${S}/idl/StandardEvent.idl ${STAGING_INCDIR}/ossie/34 24 } 35 25