From: Philip Balister Date: Thu, 19 Oct 2006 11:12:33 +0000 (+0000) Subject: omniorb-native_4.0.7.bb : Ugly hack removes omniorb libraries from build X-Git-Tag: Release-2010-05/1~9453^2~567^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435e8d5448a71c761e996bf60410d8e1dc2d6dcc;p=openembedded.git omniorb-native_4.0.7.bb : Ugly hack removes omniorb libraries from build system library directory. ossiecf needs this so libtool does not try to link against them. We only build this package so we can run omniidl. --- diff --git a/packages/omniorb/omniorb-native_4.0.7.bb b/packages/omniorb/omniorb-native_4.0.7.bb index f9addd997d..be729fe6dc 100644 --- a/packages/omniorb/omniorb-native_4.0.7.bb +++ b/packages/omniorb/omniorb-native_4.0.7.bb @@ -11,6 +11,11 @@ do_compile () { oe_runmake } +# Ugly hack so libtool does not find native libs when building cross packages +# We really only build this package for omniidl anyway +do_stage_append() { + rm -f ${STAGING_DIR}/${BUILD_SYS}/lib/libomni* +} #do_stage() { # install -m 0755 src/bison ${STAGING_BINDIR}/