Good call, no idea how I missed that one. On Nov 25, 2019, 3:28 PM -0700, Khem Raj <raj.k...@gmail.com>, wrote: > On Mon, Nov 25, 2019 at 2:12 PM Christopher Larson <kerg...@gmail.com> wrote: > > > > From: Christopher Larson <chris_lar...@mentor.com> > > > > Fix this error seen when using dosfsck -l to list fs contents: > > > > CP437: Invalid argument > > > > Signed-off-by: Christopher Larson <chris_lar...@mentor.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 69aa81af44..c99d2019c8 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" > > I think += should be dropped > > > -- > > 2.11.1 > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core