fix build rootfs locale failure warnings
Fixes stuff like:
dpkg-genbuildinfo --build=full
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:",
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Just unset all locale related strings and force C locale.
Test: built an image
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I9eaa101afaff15c4bd51c45319df2508dd90fb9d
1 file changed