diff options
author | Colin Finck <c.finck@enlyze.com> | 2021-03-02 14:19:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | aaef86ad03d0d7904e42056c5a3e93a960e04ede (patch) | |
tree | 9ec96987bf63b0bcd0240e114be089e084f675d4 /meta/recipes-devtools/dosfstools/dosfstools_4.2.bb | |
parent | a91010ba3e4767984e2c827c69acb9546d8fc4a5 (diff) | |
download | poky-aaef86ad03d0d7904e42056c5a3e93a960e04ede.tar.gz |
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).
(From OE-Core rev: 647cd1134a543406f0f741d3f83d5f5ce78bcd0f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dosfstools/dosfstools_4.2.bb')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb index e1d1734b99..7476c043c9 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" | |||
17 | 17 | ||
18 | inherit autotools gettext pkgconfig update-alternatives | 18 | inherit autotools gettext pkgconfig update-alternatives |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-compat-symlinks" | 20 | EXTRA_OECONF = "--enable-compat-symlinks --without-iconv" |
21 | 21 | ||
22 | CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" | 22 | CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
23 | 23 | ||