diff options
author | Ross Burton <ross@openedhand.com> | 2005-10-18 09:21:28 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2005-10-18 09:21:28 +0000 |
commit | 47f4e33eabf8c65ca79786dedd536d7d117812c4 (patch) | |
tree | 2381aecd14003a405d4e1d7fecb58542babfa65e | |
parent | 700c2d4e3dc4ba218134a7e16112d2073f49caf7 (diff) | |
download | poky-47f4e33eabf8c65ca79786dedd536d7d117812c4.tar.gz |
Add patch to remove libedataserverui, we don't need it yet
git-svn-id: https://svn.o-hand.com/repos/poky@142 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/eds/eds-dbus/no_libedataserverui.patch | 13 | ||||
-rwxr-xr-x | openembedded/packages/eds/eds-dbus_svn.bb | 5 |
2 files changed, 16 insertions, 2 deletions
diff --git a/openembedded/packages/eds/eds-dbus/no_libedataserverui.patch b/openembedded/packages/eds/eds-dbus/no_libedataserverui.patch new file mode 100644 index 0000000000..ab339d2ba3 --- /dev/null +++ b/openembedded/packages/eds/eds-dbus/no_libedataserverui.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: Makefile.am | ||
2 | =================================================================== | ||
3 | --- trunk/Makefile.am (revision 253) | ||
4 | +++ trunk/Makefile.am (working copy) | ||
5 | @@ -8,7 +8,7 @@ | ||
6 | endif | ||
7 | |||
8 | if ENABLE_DBUS | ||
9 | -SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar libedataserverui docs art po | ||
10 | +SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar docs art po | ||
11 | else | ||
12 | SUBDIRS = libdb libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po | ||
13 | endif | ||
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb index b3d9884d7c..552a129691 100755 --- a/openembedded/packages/eds/eds-dbus_svn.bb +++ b/openembedded/packages/eds/eds-dbus_svn.bb | |||
@@ -4,20 +4,21 @@ RDEPENDS = "gtk+ gconf db libiconv" | |||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
5 | DESCRIPTION = "Evolution database backend server" | 5 | DESCRIPTION = "Evolution database backend server" |
6 | PV = "1.4.0cvs${CVSDATE}" | 6 | PV = "1.4.0cvs${CVSDATE}" |
7 | PR = "r9" | 7 | PR = "r10" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ |
10 | file://external_libdb.patch;patch=1 \ | 10 | file://external_libdb.patch;patch=1 \ |
11 | file://no_gnomevfs.patch;patch=1 \ | 11 | file://no_gnomevfs.patch;patch=1 \ |
12 | file://no_gnomevfs2.patch;patch=1 \ | 12 | file://no_gnomevfs2.patch;patch=1 \ |
13 | file://no_iconv_test.patch;patch=1 \ | 13 | file://no_iconv_test.patch;patch=1 \ |
14 | file://no_libedataserverui.patch;patch=1 \ | ||
14 | file://iconv-detect.h" | 15 | file://iconv-detect.h" |
15 | 16 | ||
16 | S = "${WORKDIR}/trunk" | 17 | S = "${WORKDIR}/trunk" |
17 | 18 | ||
18 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
19 | 20 | ||
20 | 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" | 21 | EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --with-dbus --without-libgnome --disable-soup --with-libdb41=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --without-camel" |
21 | 22 | ||
22 | acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros " | 23 | acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros " |
23 | 24 | ||