[oe-commits] Graeme Gregory : at-spi_1.32.0.bb : add new version that doesnt error with odd errors in Makefile

git version control git at git.openembedded.org
Sun Nov 21 07:12:27 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: a4c9e32bb0f853754d5a7ae7c21b690dee24e7ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a4c9e32bb0f853754d5a7ae7c21b690dee24e7ed

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Nov 19 15:59:33 2010 +0000

at-spi_1.32.0.bb : add new version that doesnt error with odd errors in Makefile

---

 recipes/gnome/at-spi_1.32.0.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

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 0000000..83e4df9
--- /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 \
+               "





More information about the Openembedded-commits mailing list