Show
Ignore:
Timestamp:
09/09/10 14:26:13 (3 years ago)
Author:
jawil06
Message:

Updating bitbake recipes.

Files:
1 modified

Legend:

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

    r10330 r10365  
    1313inherit autotools pkgconfig 
    1414 
    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" 
     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 
    17 # These is a hack to make reconfiguration work properly. It is a work-around, NOT a fix 
    18 do_configure_prepend () { 
    19         cd ${S}/standardInterfaces 
    20         sh reconf 
    21         cd ${S} 
    22 } 
    2317# 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. 
    2418do_configure_append () { 
     
    2822do_stage () { 
    2923        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/ 
    3424} 
    3525