diff options
| author | Ross Burton <ross@openedhand.com> | 2006-12-31 11:14:50 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2006-12-31 11:14:50 +0000 |
| commit | 71dd72c50e4fb8db769db2e925053b8e16f761c2 (patch) | |
| tree | bc9154ff1306851042b9218c78f59717174eb816 /meta/packages/gnome/orbit2_2.10.2.bb | |
| parent | 2bbd9a5bbef87a292d63b8305911c2c9d1211d24 (diff) | |
| download | poky-71dd72c50e4fb8db769db2e925053b8e16f761c2.tar.gz | |
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.bb | 46 |
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 4ac4129414..0000000000 --- a/meta/packages/gnome/orbit2_2.10.2.bb +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | LICENSE = "GPL" | ||
| 2 | PR = "r2" | ||
| 3 | DESCRIPTION = "CORBA ORB" | ||
| 4 | SECTION = "x11/gnome/libs" | ||
| 5 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ | ||
| 6 | file://configure-lossage.patch;patch=1;pnum=1 \ | ||
| 7 | file://gtk-doc.m4 \ | ||
| 8 | file://gtk-doc.make" | ||
| 9 | DEPENDS = "libidl popt orbit2-native gtk-doc" | ||
| 10 | |||
| 11 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/ORBit2-${PV}" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 18 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" | ||
| 19 | |||
| 20 | do_configure_prepend() { | ||
| 21 | mkdir -p m4 | ||
| 22 | install ${WORKDIR}/gtk-doc.m4 ./m4/ | ||
| 23 | install ${WORKDIR}/gtk-doc.make ./ | ||
| 24 | } | ||
| 25 | |||
| 26 | do_compile_append () { | ||
| 27 | sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR_NATIVE}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new | ||
| 28 | mv ORBit-2.0.pc.new ORBit-2.0.pc | ||
| 29 | } | ||
| 30 | |||
| 31 | do_stage() { | ||
| 32 | oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} | ||
| 33 | oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} | ||
| 34 | oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR} | ||
| 35 | install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/ | ||
| 36 | |||
| 37 | for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do | ||
| 38 | install -d ${STAGING_INCDIR}/orbit-2.0/$dir | ||
| 39 | ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done ) | ||
| 40 | done | ||
| 41 | |||
| 42 | install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices | ||
| 43 | install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ | ||
| 44 | install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ | ||
| 45 | install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ | ||
| 46 | } | ||
