summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAwais Belal <awais.belal@gmail.com>2014-12-05 16:41:43 +0500
committerArmin Kuster <akuster808@gmail.com>2014-12-26 18:03:17 -0800
commitca118b8054149441e6c956891e59126f2da195e8 (patch)
tree419c5235be75db35b611c039be9db33b1efea3fd /meta-oe
parent551b484a7dd8621f45b3cef7acccf1cf64781ac9 (diff)
downloadmeta-openembedded-ca118b8054149441e6c956891e59126f2da195e8.tar.gz
enca: fix broken automake
The added patch fixes the usage of AM_ICONV macro and comes straight from the Buildroot source tree. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch28
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb3
2 files changed, 30 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch
new file mode 100644
index 000000000..dbf0fb8ea
--- /dev/null
+++ b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch
@@ -0,0 +1,28 @@
1From 7e144495093187143a3d1589f74c2eac37e4d790 Mon Sep 17 00:00:00 2001
2From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
3Date: Sun, 4 May 2014 15:49:28 +0200
4Subject: [PATCH] libiconv.m4: Fix AM_ICONV macro usage
5
6This patch come straight from the Buildroot source tree.
7
8Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
9Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
10---
11 m4/libiconv.m4 | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/m4/libiconv.m4 b/m4/libiconv.m4
15index fc8c6f8..3a59549 100644
16--- a/m4/libiconv.m4
17+++ b/m4/libiconv.m4
18@@ -17,7 +17,7 @@ AC_REQUIRE([AC_C_CONST])dnl
19 dnl
20
21 dnl Use standard iconv test
22-AM_ICONV
23+m4_pattern_allow([AM_ICONV])
24 CONVERTOR_LIBS="$CONVERTOR_LIBS $LIBICONV"
25
26 dnl Compile iconvcap.c and run it to determine what encodings iconv actually
27--
281.9.3
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index efea5a3c1..184b27e53 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -11,7 +11,8 @@ SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}
11 file://configure-hack.patch \ 11 file://configure-hack.patch \
12 file://dont-run-tests.patch \ 12 file://dont-run-tests.patch \
13 file://configure-remove-dumbness.patch \ 13 file://configure-remove-dumbness.patch \
14 file://makefile-remove-tools.patch " 14 file://makefile-remove-tools.patch \
15 file://libenca-003-iconv.patch "
15 16
16SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" 17SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
17SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d" 18SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"