From: Colin Finck Date: Tue, 2 Mar 2021 13:19:45 +0000 (+0100) Subject: dosfstools: Build --without-iconv X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647cd1134a543406f0f741d3f83d5f5ce78bcd0f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dosfstools: Build --without-iconv The new version has an internal CP850 conversion table, hence it doesn't need iconv anymore (and currently errors when trying). Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb index e1d1734b993..7476c043c95 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb @@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases" inherit autotools gettext pkgconfig update-alternatives -EXTRA_OECONF = "--enable-compat-symlinks" +EXTRA_OECONF = "--enable-compat-symlinks --without-iconv" CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"