[oe-commits] [openembedded-core] 10/10: dosfstools: fix CP437 error from `dosfsck -l`

git at git.openembedded.org git at git.openembedded.org
Fri Dec 6 15:13:02 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch zeus
in repository openembedded-core.

commit a6bd358a27a9346ab364734ca22f35b30f4eb590
Author: Christopher Larson <chris_larson at mentor.com>
AuthorDate: Tue Nov 26 23:08:28 2019 +0500

    dosfstools: fix CP437 error from `dosfsck -l`
    
    Fix this error seen when using dosfsck -l to list fs contents:
    
        CP437: Invalid argument
    
    (From OE-Core rev: 8a5fdac3c2d207b2cfac64ec2a2626c3ef154d84)
    
    Signed-off-by: Christopher Larson <chris_larson at mentor.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 meta/recipes-devtools/dosfstools/dosfstools_4.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
index 69aa81a..23b8836 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
@@ -23,3 +23,6 @@ EXTRA_OECONF = "--without-udev --enable-compat-symlinks"
 CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
 BBCLASSEXTEND = "native"
+
+# Add codepage437 to avoid error from `dosfsck -l`
+RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list