From 0470bd7a9658d3d8aa10e9d081f42b61b9b7a6f4 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 18 Sep 2013 10:07:53 +0800 Subject: libunistring: remove the test to convert euc-jp in configure Remove the test "Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided" since we don't support HP-UX and if the euc-jp is not installed on the host, libunistring will be built without iconv support and will cause guild-native configure fail. Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- meta/recipes-support/libunistring/libunistring_0.9.3.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/libunistring/libunistring_0.9.3.bb') diff --git a/meta/recipes-support/libunistring/libunistring_0.9.3.bb b/meta/recipes-support/libunistring/libunistring_0.9.3.bb index 454a0e6c35..6cffef458a 100644 --- a/meta/recipes-support/libunistring/libunistring_0.9.3.bb +++ b/meta/recipes-support/libunistring/libunistring_0.9.3.bb @@ -19,7 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \ file://parallelmake.patch \ - file://libunistring_fix_for_automake_1.12.patch" + file://libunistring_fix_for_automake_1.12.patch \ + file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ +" SRC_URI[md5sum] = "db8eca3b64163abadf8c40e5cecc261f" SRC_URI[sha256sum] = "610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3" -- cgit 1.2.3-korg