diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-30 17:25:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-30 17:25:47 +0000 |
commit | fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d (patch) | |
tree | e994b75d8b7c75fb8e36aa8c1bece3c3aee808e3 /openembedded/packages/eds | |
parent | c12545673d5b327a7f8f107fb74dfd15d4710524 (diff) | |
download | openembedded-core-fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d.tar.gz openembedded-core-fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d.tar.bz2 openembedded-core-fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d.zip |
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
Diffstat (limited to 'openembedded/packages/eds')
-rw-r--r-- | openembedded/packages/eds/eds-dbus/external_libdb.patch | 6 | ||||
-rwxr-xr-x | openembedded/packages/eds/eds-dbus_svn.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch index ebb32403e8..50b9e9b48a 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 2ffa363fe2..77ea4141da 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 <chris@openedhand.com>" 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 " |