diff options
Diffstat (limited to 'meta-extras/packages/gnome/orbit2_2.14.16.bb')
-rw-r--r-- | meta-extras/packages/gnome/orbit2_2.14.16.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-extras/packages/gnome/orbit2_2.14.16.bb b/meta-extras/packages/gnome/orbit2_2.14.16.bb deleted file mode 100644 index 42ade84d1f..0000000000 --- a/meta-extras/packages/gnome/orbit2_2.14.16.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DESCRIPTION = "CORBA ORB" | ||
3 | SECTION = "x11/gnome/libs" | ||
4 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ | ||
5 | file://configure-lossage.patch;patch=1;pnum=1 \ | ||
6 | file://pkgconfig-fix.patch;patch=1 \ | ||
7 | file://gtk-doc.m4 \ | ||
8 | file://gtk-doc.make" | ||
9 | DEPENDS = "libidl popt orbit2-native gtk-doc" | ||
10 | PARALLEL_MAKE = "" | ||
11 | |||
12 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" | ||
13 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" | ||
14 | FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" | ||
15 | |||
16 | S = "${WORKDIR}/ORBit2-${PV}" | ||
17 | |||
18 | LEAD_SONAME = "libORBit-2.so" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | EXTRA_OECONF = "--disable-gtk-doc" | ||
23 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" | ||
24 | |||
25 | do_configure_prepend() { | ||
26 | mkdir -p m4 | ||
27 | install ${WORKDIR}/gtk-doc.m4 ./m4/ | ||
28 | install ${WORKDIR}/gtk-doc.make ./ | ||
29 | } | ||
30 | |||