diff options
3 files changed, 5 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb index 681a61c33a..28d4c2152b 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | inherit native | 3 | inherit_defer native |
4 | 4 | ||
5 | DEPENDS = "glib-2.0-native" | 5 | DEPENDS = "glib-2.0-native" |
6 | 6 | ||
7 | # build native helpers | 7 | # build native helpers |
8 | do_configure[noexec] = "1" | ||
9 | |||
8 | do_compile() { | 10 | do_compile() { |
9 | cd ${S}/src/camel | 11 | cd ${S}/src/camel |
10 | sed -i 's:#include "evolution-data-server-config.h"::g' camel-gen-tables.c | 12 | sed -i 's:#include "evolution-data-server-config.h"::g' camel-gen-tables.c |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 11a52b455e..0c3cc53030 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = " \ | |||
6 | dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \ | 6 | dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit pkgconfig gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative vala | 9 | inherit pkgconfig gsettings gobject-introspection features_check gtk-doc gettext perlnative vala |
10 | 10 | ||
11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
12 | REQUIRED_DISTRO_FEATURES = "opengl" | 12 | REQUIRED_DISTRO_FEATURES = "opengl" |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 2f3bf61982..33190c461c 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
7 | file://src/camel/camel.h;endline=24;md5=342fc5e9357254bc30c24e43ae47d9a1 \ | 7 | file://src/camel/camel.h;endline=24;md5=342fc5e9357254bc30c24e43ae47d9a1 \ |
8 | file://src/libedataserver/e-data-server-util.h;endline=20;md5=8f21a9c80ea82a4fb80b5f959f672543" | 8 | file://src/libedataserver/e-data-server-util.h;endline=20;md5=8f21a9c80ea82a4fb80b5f959f672543" |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "autotools" | 10 | GNOMEBASEBUILDCLASS = "cmake" |
11 | inherit gnomebase upstream-version-is-even | 11 | inherit gnomebase upstream-version-is-even |
12 | 12 | ||
13 | SRC_URI[archive.sha256sum] = "91f4ffc38a1b8d2fe8939834449ac541c0bff4a39b444edc2a9529344a28e98a" | 13 | SRC_URI[archive.sha256sum] = "91f4ffc38a1b8d2fe8939834449ac541c0bff4a39b444edc2a9529344a28e98a" |