mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libbonobo: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
DESCRIPTION = "Bonobo CORBA interfaces library"
|
||||
LICENSE = "GPLv2 && LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
SECTION = "x11/gnome/libs"
|
||||
DEPENDS = "glib-2.0 orbit2 intltool-native libxml2"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI += "file://gtk-doc.m4 \
|
||||
file://gtk-doc.make \
|
||||
"
|
||||
|
||||
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
|
||||
|
||||
FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so"
|
||||
FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \
|
||||
${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \
|
||||
${libdir}/bonobo-2.0/samples"
|
||||
|
||||
LEAD_SONAME = "libbonobo-2.so"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
do_configure_prepend() {
|
||||
install -d m4
|
||||
install ${WORKDIR}/gtk-doc.m4 m4/
|
||||
install ${WORKDIR}/gtk-doc.make ./
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install
|
||||
install -d ${D}${datadir}/idl/bonobo-activation-2.0/
|
||||
install idl/*.idl ${D}${datadir}/idl/bonobo-activation-2.0/
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
--- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100
|
||||
+++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100
|
||||
@@ -166,7 +166,7 @@
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_ERROR(
|
||||
[No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED])
|
||||
- ]
|
||||
+ ],[AC_MSG_RESULT(yes)]
|
||||
)
|
||||
CFLAGS=$libbonobo_save_CFLAGS
|
||||
LIBS=$libbonobo_save_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
require libbonobo.inc
|
||||
SRC_URI[archive.md5sum] = "b217cef6a187505290c66c5bf8225d38"
|
||||
SRC_URI[archive.sha256sum] = "5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe"
|
||||
Reference in New Issue
Block a user