]> code.ossystems Code Review - openembedded-core.git/commitdiff
dosfstools: Build --without-iconv
authorColin Finck <c.finck@enlyze.com>
Tue, 2 Mar 2021 13:19:45 +0000 (14:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 20:35:08 +0000 (20:35 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dosfstools/dosfstools_4.2.bb

index e1d1734b993a0a9a93320e062219a08f8cbcfbfa..7476c043c95dafd0029ea6b364d740c8a2ccd791 100644 (file)
@@ -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"