]> code.ossystems Code Review - openembedded-core.git/commitdiff
Update eds cvsdate, and fix build
authorRoss Burton <ross@openedhand.com>
Mon, 30 Jan 2006 09:07:19 +0000 (09:07 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 30 Jan 2006 09:07:19 +0000 (09:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@241 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/distro/poky.conf
openembedded/packages/eds/eds-dbus_svn.bb

index 34b515e4c32af223cc8ae174abef9546c9628466..1edb7e3fcf1d835803bd5353755d968aa8294414 100644 (file)
@@ -78,7 +78,7 @@ CVSDATE_gconf-dbus = "20060119"
 CVSDATE_gnome-vfs-dbus = "20060119"
 CVSDATE_contacts = "20060120"
 CVSDATE_dates = "20060120"
-CVSDATE_eds-dbus = "20060120"
+CVSDATE_eds-dbus = "20060126"
 CVSDATE_minimo = "20050401"
 CVSDATE_ipkg-utils-native = "20050930"
 CVSDATE_ipkg-link-1 = "20050930"
index 0c6404a52ce7a04deead9a0f53318df1a0c7a4b3..eff020d816091696ea15b0e77e7241dd464be155 100755 (executable)
@@ -4,7 +4,7 @@ RDEPENDS = "gconf dbus-1 db libiconv"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Evolution database backend server"
 PV = "1.4.0cvs${CVSDATE}"
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
            file://no_libdb.patch;patch=1 \
@@ -17,7 +17,7 @@ S = "${WORKDIR}/trunk"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb41=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-camel --disable-nntp --disable-gtk-doc"
+EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-camel --disable-nntp --disable-gtk-doc"
 
 acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "