aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-05 17:48:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-08 09:58:51 +0200
commita4db60a214f9ce2e89a851081353f0897b094c7d (patch)
treeb542145cc56d079de4a8461c8aeb793fba907c87
parent20bdeb6ffcf63c2495c796453eaab6b87fe77e4f (diff)
downloadopenembedded-a4db60a214f9ce2e89a851081353f0897b094c7d.tar.gz
eds-dbus: work around crosscompile badnessshr/testing2010
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/eds/eds-dbus_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/eds/eds-dbus_git.bb b/recipes/eds/eds-dbus_git.bb
index 7e2f0942cd..eb84ccfb66 100644
--- a/recipes/eds/eds-dbus_git.bb
+++ b/recipes/eds/eds-dbus_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "libical intltool-native libglade glib-2.0 gtk+ gconf dbus db gnome-co
SRCREV = "91812cd2f797fb8ec8befbb2685037584ce144ee"
PV = "1.4.0"
-PR = "r3"
+PR = "r4"
PE = "1"
PR_append = "+gitr${SRCREV}"
@@ -26,6 +26,11 @@ do_configure_prepend () {
cp ${WORKDIR}/gtk-doc.make ${S}
}
+do_configure_append() {
+ for i in $(find ${S} -name "Makefile") ; do
+ sed -i -e s:-I${includedir}::g $i
+ done
+}
EXTRA_OECONF = "--without-openldap --with-dbus --without-weather --without-bug-buddy --without-soup --without-libdb --with-libdb=${STAGING_DIR_HOST}${layout_prefix} --disable-smime --disable-nss --disable-nntp --disable-gtk-doc --enable-calendar --disable-hula --disable-dot-locking --disable-gnome-keyring"
PACKAGES =+ "libcamel-collateral libcamel libcamel-dev libebook libebook-dev libecal libecal-dev libedata-book libedata-book-dev libedata-cal libedata-cal-dev libedataserver libedataserver-dev"