summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-22 11:53:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-23 12:28:34 +0100
commit543b33d818ade04d9806175c4778699c3cce8ac0 (patch)
treec11e6c66ea3b9f72b4bc28d1e8839bbee45410a0 /meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch
parentb39ca7e26d47ca0a09852825acf07fe0853b1ca1 (diff)
downloadpoky-543b33d818ade04d9806175c4778699c3cce8ac0.tar.gz
evolution-data-server: remove
Remove evolution-data-server, this is now maintained in meta-oe/meta-gnome and is not needed by the GMAE SDK anymore. (From OE-Core rev: a7cf593d351e678c6c6f3429ab4bbd37c032b9cb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch b/meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch
deleted file mode 100644
index ac77a6d5a5..0000000000
--- a/meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Pending
2
3Fixed these kinds if warning-errors
4
5warning: 'libebookbackendfile.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac'
6Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
72012/07/09
8
9Index: git/configure.ac
10===================================================================
11--- git.orig/configure.ac
12+++ git/configure.ac
13@@ -17,6 +17,7 @@ dnl This number is meaningless, but we'r
14 dnl library names for backward compatibility.
15 m4_define([api_version], [1.2])
16
17+
18 dnl Autoconf / Automake Initialization
19 AC_PREREQ(2.58)
20 AC_INIT([evolution-data-server],[eds_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
21@@ -30,6 +31,7 @@ AC_LANG(C)
22
23 dnl Automake 1.11 - Silent Build Rules
24 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
25+m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12
26
27 dnl Required Package Versions
28 m4_define([glib_minimum_version], [2.16.1])