[oe-commits] Martin Jansa : eds-dbus: reenable calendar, was disabled in svn-> git transition commit (no idea why)

git version control git at git.openembedded.org
Thu Aug 5 09:54:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 91ac9b51b001bc392fab23e65be6c5fb416980ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=91ac9b51b001bc392fab23e65be6c5fb416980ea

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  5 11:47:41 2010 +0200

eds-dbus: reenable calendar, was disabled in svn->git transition commit (no idea why)

* compiles fine
* dates depends on libecal

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/eds/eds-dbus_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/eds/eds-dbus_git.bb b/recipes/eds/eds-dbus_git.bb
index e72da9c..d4c8f84 100644
--- a/recipes/eds/eds-dbus_git.bb
+++ b/recipes/eds/eds-dbus_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "intltool-native libglade glib-2.0 gtk+ gconf dbus db gnome-common vir
 
 SRCREV = "91812cd2f797fb8ec8befbb2685037584ce144ee"
 PV = "1.4.0"
-PR = "r2"
+PR = "r3"
 PE = "1"
 PR_append = "+gitr${SRCREV}"
 
@@ -26,7 +26,7 @@ do_configure_prepend () {
      cp ${WORKDIR}/gtk-doc.make ${S}
 }
 
-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 --disable-calendar --disable-hula --disable-dot-locking --disable-gnome-keyring"
+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"
 





More information about the Openembedded-commits mailing list