diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-19 21:29:01 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:44 -0700 |
| commit | be12b88bebc3107e45c954016744789200f74981 (patch) | |
| tree | 571bdfb4de2f4f01da81206aac0c30b8b67b40eb /meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |
| parent | ca32e26cc853a3124400928c704983e7d699717c (diff) | |
| download | meta-openembedded-be12b88bebc3107e45c954016744789200f74981.tar.gz | |
libbonobo: remove
project is dead last release was 2011
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/libbonobo.inc')
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc deleted file mode 100644 index e4759a87c0..0000000000 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | DESCRIPTION = "Bonobo CORBA interfaces library" | ||
| 2 | LICENSE = "GPLv2 & LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 5 | SECTION = "x11/gnome/libs" | ||
| 6 | DEPENDS = "gnome-common-native glib-2.0 orbit2-native orbit2 intltool-native libxml2 dbus dbus-glib" | ||
| 7 | |||
| 8 | inherit gnomebase gtk-doc lib_package | ||
| 9 | |||
| 10 | EXTRA_OECONF += "'PERL_PATH=${USRBINPATH}/env perl'" | ||
| 11 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | ||
| 12 | |||
| 13 | RDEPENDS_${PN}-bin = "${PN} perl" | ||
| 14 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" | ||
| 15 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ | ||
| 16 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" | ||
| 17 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.la ${libdir}/bonobo/monikers/*.la ${libdir}/bonobo-2.0/samples" | ||
| 18 | FILES_${PN}-staticdev += "${libdir}/orbit-2.0/*.a ${libdir}/bonobo/monikers/*.a" | ||
| 19 | |||
| 20 | LEAD_SONAME = "libbonobo-2.so" | ||
| 21 | |||
| 22 | PARALLEL_MAKE = "" | ||
| 23 | |||
| 24 | do_compile() { | ||
| 25 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" | ||
| 26 | } | ||
| 27 | |||
| 28 | do_install() { | ||
| 29 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install | ||
| 30 | } | ||
