summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds/eds-dbus_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/eds/eds-dbus_svn.bb')
-rw-r--r--meta/packages/eds/eds-dbus_svn.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/eds/eds-dbus_svn.bb b/meta/packages/eds/eds-dbus_svn.bb
index b3b2d65c74..5a30b573c1 100644
--- a/meta/packages/eds/eds-dbus_svn.bb
+++ b/meta/packages/eds/eds-dbus_svn.bb
@@ -4,9 +4,10 @@ LICENSE = "LGPL"
4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" 4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib"
5 5
6PV = "1.4.0+svn${SRCDATE}" 6PV = "1.4.0+svn${SRCDATE}"
7PR = "r5" 7PR = "r6"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
10 file://oh-contact.patch;patch=1;pnum=0 \
10 file://no_libdb.patch;patch=1 \ 11 file://no_libdb.patch;patch=1 \
11 file://no_iconv_test.patch;patch=1 \ 12 file://no_iconv_test.patch;patch=1 \
12 file://no_libedataserverui.patch;patch=1 \ 13 file://no_libedataserverui.patch;patch=1 \
@@ -16,12 +17,14 @@ S = "${WORKDIR}/trunk"
16 17
17inherit autotools pkgconfig 18inherit autotools pkgconfig
18 19
20acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
21
19# -ldb needs this on some platforms 22# -ldb needs this on some platforms
20LDFLAGS += "-lpthread" 23LDFLAGS += "-lpthread"
21 24
25do_configure_append = " cp ${WORKDIR}/iconv-detect.h ${S} "
22EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-nntp --disable-gtk-doc" 26EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-nntp --disable-gtk-doc"
23 27
24acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
25 28
26PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev libedata-book libedata-book-dev libedata-cal libedata-cal-dev libedataserver libedataserver-dev" 29PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev libedata-book libedata-book-dev libedata-cal libedata-cal-dev libedataserver libedataserver-dev"
27 30
@@ -48,8 +51,6 @@ FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so ${libdir}/pkgconfig/libeda
48FILES_libedataserver = "${libdir}/libedataserver-*.so.*" 51FILES_libedataserver = "${libdir}/libedataserver-*.so.*"
49FILES_libedataserver-dev = "${libdir}/libedataserver-*.so ${libdir}/pkgconfig/libedataserver-*.pc ${includedir}/evolution-data-server-*/libedataserver/*.h" 52FILES_libedataserver-dev = "${libdir}/libedataserver-*.so ${libdir}/pkgconfig/libedataserver-*.pc ${includedir}/evolution-data-server-*/libedataserver/*.h"
50 53
51do_configure_append = " cp ${WORKDIR}/iconv-detect.h ${S} "
52
53do_stage () { 54do_stage () {
54 autotools_stage_all 55 autotools_stage_all
55} 56}