summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/orbit2_2.10.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-31 11:14:50 +0000
committerRoss Burton <ross@openedhand.com>2006-12-31 11:14:50 +0000
commit71dd72c50e4fb8db769db2e925053b8e16f761c2 (patch)
treebc9154ff1306851042b9218c78f59717174eb816 /meta/packages/gnome/orbit2_2.10.2.bb
parent2bbd9a5bbef87a292d63b8305911c2c9d1211d24 (diff)
downloadopenembedded-core-71dd72c50e4fb8db769db2e925053b8e16f761c2.tar.gz
openembedded-core-71dd72c50e4fb8db769db2e925053b8e16f761c2.tar.bz2
openembedded-core-71dd72c50e4fb8db769db2e925053b8e16f761c2.tar.xz
openembedded-core-71dd72c50e4fb8db769db2e925053b8e16f761c2.zip
Remove orbit2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1109 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/orbit2_2.10.2.bb')
-rw-r--r--meta/packages/gnome/orbit2_2.10.2.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/packages/gnome/orbit2_2.10.2.bb b/meta/packages/gnome/orbit2_2.10.2.bb
deleted file mode 100644
index 4ac412941..000000000
--- a/meta/packages/gnome/orbit2_2.10.2.bb
+++ /dev/null
@@ -1,46 +0,0 @@
-LICENSE = "GPL"
-PR = "r2"
-DESCRIPTION = "CORBA ORB"
-SECTION = "x11/gnome/libs"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \
- file://configure-lossage.patch;patch=1;pnum=1 \
- file://gtk-doc.m4 \
- file://gtk-doc.make"
-DEPENDS = "libidl popt orbit2-native gtk-doc"
-
-FILES_${PN} += "${libdir}/orbit-2.0/*.so"
-
-S = "${WORKDIR}/ORBit2-${PV}"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--disable-gtk-doc"
-EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
-
-do_configure_prepend() {
- mkdir -p m4
- install ${WORKDIR}/gtk-doc.m4 ./m4/
- install ${WORKDIR}/gtk-doc.make ./
-}
-
-do_compile_append () {
- sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR_NATIVE}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new
- mv ORBit-2.0.pc.new ORBit-2.0.pc
-}
-
-do_stage() {
- oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR}
- oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR}
- oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR}
- install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/
-
- for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do
- install -d ${STAGING_INCDIR}/orbit-2.0/$dir
- ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done )
- done
-
- install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices
- install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/
- install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/
- install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/
-}