diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/eds/evolution-data-server_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb index 2ad81e48b1..c114c0e363 100644 --- a/meta/recipes-sato/eds/evolution-data-server_git.bb +++ b/meta/recipes-sato/eds/evolution-data-server_git.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi | |||
13 | SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" | 13 | SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" |
14 | 14 | ||
15 | PV = "2.30+git${SRCPV}" | 15 | PV = "2.30+git${SRCPV}" |
16 | PR = "r1" | 16 | PR = "r2" |
17 | 17 | ||
18 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | 18 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ |
19 | file://oh-contact.patch;striplevel=0 \ | 19 | file://oh-contact.patch;striplevel=0 \ |
@@ -28,7 +28,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | |||
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | inherit autotools pkgconfig | 31 | inherit autotools gtk-doc pkgconfig |
32 | 32 | ||
33 | # -ldb needs this on some platforms | 33 | # -ldb needs this on some platforms |
34 | LDFLAGS += "-lpthread" | 34 | LDFLAGS += "-lpthread" |
@@ -38,10 +38,6 @@ LDFLAGS += "-lpthread" | |||
38 | # directories by make resulting in truncated/corrupt .la files | 38 | # directories by make resulting in truncated/corrupt .la files |
39 | #PARALLEL_MAKE = "" | 39 | #PARALLEL_MAKE = "" |
40 | 40 | ||
41 | do_configure_prepend () { | ||
42 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | ||
43 | } | ||
44 | |||
45 | do_configure_append () { | 41 | do_configure_append () { |
46 | cp ${WORKDIR}/iconv-detect.h ${S} | 42 | cp ${WORKDIR}/iconv-detect.h ${S} |
47 | sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile | 43 | sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile |
@@ -49,7 +45,7 @@ do_configure_append () { | |||
49 | 45 | ||
50 | EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ | 46 | EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ |
51 | --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ | 47 | --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ |
52 | --disable-smime --disable-ssl --disable-nntp --disable-gtk-doc --without-weather" | 48 | --disable-smime --disable-ssl --disable-nntp --without-weather" |
53 | 49 | ||
54 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | 50 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ |
55 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ | 51 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ |