Index: ossiedev/branches/jawil06/recipes/ossie-cf/ossie-cf_0.8.1.bb
===================================================================
--- ossiedev/branches/jawil06/recipes/ossie-cf/ossie-cf_0.8.1.bb	(revision 10330)
+++ ossiedev/branches/jawil06/recipes/ossie-cf/ossie-cf_0.8.1.bb	(revision 10365)
@@ -13,12 +13,6 @@
 inherit autotools pkgconfig
 
-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"
+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"
 
-# These is a hack to make reconfiguration work properly. It is a work-around, NOT a fix
-do_configure_prepend () {
-	cd ${S}/standardInterfaces
-	sh reconf
-	cd ${S}
-}
 # 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.
 do_configure_append () {
@@ -28,8 +22,4 @@
 do_stage () {
 	autotools_stage_all
-#	install -m 0755 -d ${STAGING_INCDIR}/ossie/
-#	install -m 0644 ${S}/idl/PortTypes.idl ${STAGING_INCDIR}/ossie/
-#	install -m 0644 ${S}/idl/cf.idl ${STAGING_INCDIR}/ossie/
-#	install -m 0644 ${S}/idl/StandardEvent.idl ${STAGING_INCDIR}/ossie/
 }
 
