aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-04-08 21:50:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-29 19:24:09 +0200
commit85c97522be5b5fa3e8a7653b6fbcd9ac14c8170c (patch)
treeceebb6918baba6b4b405c920121a0489819a8f8c
parent2ebb8752f378c9987b0ece5a14915d703b872c1d (diff)
downloadmeta-openembedded-contrib-85c97522be5b5fa3e8a7653b6fbcd9ac14c8170c.tar.gz
enca: drop unrecognized --with-libiconv-prefix option
* fixes: WARNING: QA Issue: enca: configure was passed unrecognised options: --with-libiconv-prefix [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index 184b27e534..bf19843b2f 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -19,8 +19,6 @@ SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c
inherit autotools
-EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
-
do_configure_prepend() {
# remove failing test which checks for something that isn't even used
sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac