mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
Index: Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- trunk/Makefile.am (revision 253)
|
||||||
|
+++ trunk/Makefile.am (working copy)
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
endif
|
||||||
|
|
||||||
|
if ENABLE_DBUS
|
||||||
|
-SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar libedataserverui docs art po
|
||||||
|
+SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar docs art po
|
||||||
|
else
|
||||||
|
SUBDIRS = libdb libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po
|
||||||
|
endif
|
||||||
@@ -4,20 +4,21 @@ RDEPENDS = "gtk+ gconf db libiconv"
|
|||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Evolution database backend server"
|
DESCRIPTION = "Evolution database backend server"
|
||||||
PV = "1.4.0cvs${CVSDATE}"
|
PV = "1.4.0cvs${CVSDATE}"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
||||||
file://external_libdb.patch;patch=1 \
|
file://external_libdb.patch;patch=1 \
|
||||||
file://no_gnomevfs.patch;patch=1 \
|
file://no_gnomevfs.patch;patch=1 \
|
||||||
file://no_gnomevfs2.patch;patch=1 \
|
file://no_gnomevfs2.patch;patch=1 \
|
||||||
file://no_iconv_test.patch;patch=1 \
|
file://no_iconv_test.patch;patch=1 \
|
||||||
|
file://no_libedataserverui.patch;patch=1 \
|
||||||
file://iconv-detect.h"
|
file://iconv-detect.h"
|
||||||
|
|
||||||
S = "${WORKDIR}/trunk"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
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"
|
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"
|
||||||
|
|
||||||
acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
|
acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user