summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/evolution-data-server_git.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-07-09 05:00:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:04 +0100
commitfc537f344796765c3d2a095c4edb6f7d85d49b79 (patch)
treedce65bbbdd7098bf3aed7bf5161e93cd58c603bd /meta/recipes-sato/eds/evolution-data-server_git.bb
parent2bea94d98c1c2f8b2ae4559d510e4e770439747c (diff)
downloadpoky-fc537f344796765c3d2a095c4edb6f7d85d49b79.tar.gz
evolution-data-server: fix build with automake 1.12.x
Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. (From OE-Core rev: 64c2aa566f022525c7ef0acd7a80359446675990) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server_git.bb')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb
index 17724cec6a..2ad81e48b1 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
13SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" 13SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832"
14 14
15PV = "2.30+git${SRCPV}" 15PV = "2.30+git${SRCPV}"
16PR = "r0" 16PR = "r1"
17 17
18SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ 18SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
19 file://oh-contact.patch;striplevel=0 \ 19 file://oh-contact.patch;striplevel=0 \
@@ -22,6 +22,8 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
22 file://new-contact-fix.patch \ 22 file://new-contact-fix.patch \
23 file://old-gdk-api.patch \ 23 file://old-gdk-api.patch \
24 file://depbuildfix.patch \ 24 file://depbuildfix.patch \
25 file://fix_for_automake-1.12.x.patch \
26 file://avoid_automake_errors.patch \
25 file://iconv-detect.h" 27 file://iconv-detect.h"
26 28
27S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"