summaryrefslogtreecommitdiff
path: root/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-05-07 22:06:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:12:49 +0100
commit3138acfe6bcd86e41900a2d5e90851e30ea44bec (patch)
treef5b712be2190c8a955f6a40d3222cd60eda9c271 /meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
parent557d81e4c323fb0f919b5ea466555b13d95b7584 (diff)
downloadopenembedded-core-3138acfe6bcd86e41900a2d5e90851e30ea44bec.tar.gz
openembedded-core-3138acfe6bcd86e41900a2d5e90851e30ea44bec.tar.bz2
openembedded-core-3138acfe6bcd86e41900a2d5e90851e30ea44bec.tar.xz
openembedded-core-3138acfe6bcd86e41900a2d5e90851e30ea44bec.zip
evolution-data-server: delete old 2.20.0 version
* evolution-data-server_git.bb provides 2.30.2 from 2010-06-20 and is default for a while Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch b/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
deleted file mode 100644
index 493b70df1..000000000
--- a/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: trunk/configure.in
-===================================================================
---- trunk.orig/configure.in 2005-09-28 17:34:08.000000000 +0000
-+++ trunk/configure.in 2005-09-28 19:13:22.000000000 +0000
-@@ -254,25 +221,6 @@
- AC_SUBST(ICONV_CFLAGS)
- AC_SUBST(ICONV_LIBS)
-
--CFLAGS="$CFLAGS -I$srcdir"
--
--AC_MSG_CHECKING(preferred charset formats for system iconv)
--AC_TRY_RUN([
--#define CONFIGURE_IN
--#include "iconv-detect.c"
--],[
-- AC_MSG_RESULT(found)
--],[
-- AC_MSG_RESULT(not found)
-- AC_WARN([
-- *** The iconv-detect program was unable to determine the
-- *** preferred charset formats recognized by your system
-- *** iconv library. It is suggested that you install a
-- *** working iconv library such as the one found at
-- *** ftp://ftp.gnu.org/pub/gnu/libiconv
-- ])
--])
--
- CFLAGS="$save_CFLAGS"
- LIBS="$save_LIBS"
-