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:44:09 +0100
commit64c2aa566f022525c7ef0acd7a80359446675990 (patch)
treef58883ddcfe9b36e9cac6975fa0710a86e6db1cd /meta/recipes-sato/eds/evolution-data-server_git.bb
parent2041d00e05ca9260e29b14fb3b640b7594de0102 (diff)
downloadopenembedded-core-contrib-64c2aa566f022525c7ef0acd7a80359446675990.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. 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
SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832"
PV = "2.30+git${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
file://oh-contact.patch;striplevel=0 \
@@ -22,6 +22,8 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
file://new-contact-fix.patch \
file://old-gdk-api.patch \
file://depbuildfix.patch \
+ file://fix_for_automake-1.12.x.patch \
+ file://avoid_automake_errors.patch \
file://iconv-detect.h"
S = "${WORKDIR}/git"