From fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Sep 2005 17:25:47 +0000 Subject: Change db to 4.1.25, update PR's across the board git-svn-id: https://svn.o-hand.com/repos/poky@89 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/eds/eds-dbus/external_libdb.patch | 6 +++--- openembedded/packages/eds/eds-dbus_svn.bb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'openembedded/packages/eds') diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch index ebb32403e..50b9e9b48 100644 --- a/openembedded/packages/eds/eds-dbus/external_libdb.patch +++ b/openembedded/packages/eds/eds-dbus/external_libdb.patch @@ -36,14 +36,14 @@ Index: trunk/configure.in AC_SUBST(REGEX_LIBS) dnl ****************************** -+dnl * db-4.3 checking ++dnl * db-4.1 checking +dnl ****************************** + -+AC_ARG_WITH(libdb43, [ --with-libdb43 Prefix where libdb 4.3 is installed]) ++AC_ARG_WITH(libdb41, [ --with-libdb41 Prefix where libdb 4.1 is installed]) +case $withval in +/*) + DB_CFLAGS="-I$withval/include/db4" -+ DB_LIBS="-L$withval/lib -ldb-4.3" ++ DB_LIBS="-L$withval/lib -ldb-4.1" + ;; +esac + diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb index 2ffa363fe..77ea4141d 100755 --- a/openembedded/packages/eds/eds-dbus_svn.bb +++ b/openembedded/packages/eds/eds-dbus_svn.bb @@ -4,7 +4,7 @@ RDEPENDS = "gtk+ gconf db libiconv" MAINTAINER = "Chris Lord " DESCRIPTION = "Evolution database backend server" PV = "1.4.0cvs${CVSDATE}" -PR = "r4" +PR = "r5" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://external_libdb.patch;patch=1 \ @@ -17,7 +17,7 @@ S = "${WORKDIR}/trunk" inherit autotools pkgconfig -EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --with-dbus=yes --with-libgnome=no --enable-soup=no --with-libdb43=${STAGING_DIR}/${HOST_SYS} --enable-smime=no --enable-nss=no --disable-camel" +EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --with-dbus=yes --with-libgnome=no --enable-soup=no --with-libdb41=${STAGING_DIR}/${HOST_SYS} --enable-smime=no --enable-nss=no --disable-camel" acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros " -- cgit v1.2.3