aboutsummaryrefslogtreecommitdiffstats
path: root/packages/omniorb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2006-10-19 11:12:33 +0000
committerPhilip Balister <philip@balister.org>2006-10-19 11:12:33 +0000
commit435e8d5448a71c761e996bf60410d8e1dc2d6dcc (patch)
treed1ab4bf5376e05fad5121a447356f07ec0a6d307 /packages/omniorb
parent0e090ac665874883a492fbdd24f7ad06d7f77fe4 (diff)
downloadopenembedded-435e8d5448a71c761e996bf60410d8e1dc2d6dcc.tar.gz
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.
Diffstat (limited to 'packages/omniorb')
-rw-r--r--packages/omniorb/omniorb-native_4.0.7.bb5
1 files changed, 5 insertions, 0 deletions
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}/