diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-08 21:50:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:52 +0200 |
commit | f91564037d29f6dc38fc81d84d9d33d94f0ddd16 (patch) | |
tree | 9131f5e875758fe57282ce57871105be7f4df177 /meta-oe | |
parent | a804a9f9943504005aa2e03bdc43a2cae8089e9f (diff) | |
download | meta-openembedded-f91564037d29f6dc38fc81d84d9d33d94f0ddd16.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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/enca/enca_1.9.bb | 2 |
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 184b27e53..bf19843b2 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 | |||
19 | 19 | ||
20 | inherit autotools | 20 | inherit autotools |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" | ||
23 | |||
24 | do_configure_prepend() { | 22 | do_configure_prepend() { |
25 | # remove failing test which checks for something that isn't even used | 23 | # remove failing test which checks for something that isn't even used |
26 | sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac | 24 | sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac |