From: Graeme Gregory Date: Fri, 19 Nov 2010 15:59:33 +0000 (+0000) Subject: at-spi_1.32.0.bb : add new version that doesnt error with odd errors in Makefile X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa94e3018a823e53a0f5e7716b4029ed7aa5389;p=openembedded.git at-spi_1.32.0.bb : add new version that doesnt error with odd errors in Makefile --- diff --git a/recipes/gnome/at-spi_1.32.0.bb b/recipes/gnome/at-spi_1.32.0.bb new file mode 100644 index 0000000000..83e4df9a83 --- /dev/null +++ b/recipes/gnome/at-spi_1.32.0.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Assistive Technology Service Provider Interface for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "gtk+ atk libbonobo orbit2 orbit2-native" +RDEPENDS_${PN} = "libgail-gnome gtk-module-gail" + +inherit gnome +SRC_URI[archive.md5sum] = "bc62c41f18529d56271fa1ae6cad8629" +SRC_URI[archive.sha256sum] = "cc841dea746413eebadf0710dabec741450b37a06821c34526f505fe9d027039" + +do_configure_prepend () { + sed -i "s|ORBIT_IDL=.*|ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2|" ${S}/configure.in + sed -i "s|BONOBO_ACTIVATION_IDL_DIR=.*|BONOBO_ACTIVATION_IDL_DIR=${STAGING_DATADIR}/idl/bonobo-activation-2.0|" ${S}/configure.in + sed -i "s|LIBBONOBO_IDL_DIR=.*|LIBBONOBO_IDL_DIR=${STAGING_DATADIR}/idl//bonobo-2.0|" ${S}/configure.in +} + +FILES_${PN} += " \ + ${libdir}/bonobo \ + ${libdir}/gtk-2.0 \ + ${libdir}/orbit-2.0 \ + ${datadir}/idl \ + " + +FILES_${PN}-dbg += " \ + ${libdir}/gtk-2.0/modules/.debug \ + ${libdir}/orbit-2.0/.debug \ + "