1
0
forked from brl/citadel

Install /etc/locale.conf to set locale correctly

This commit is contained in:
brl 2017-12-12 15:20:36 -05:00
parent 8719bb8761
commit 77ac430b51
2 changed files with 10 additions and 0 deletions

View File

@ -1 +1,9 @@
hostname="citadel"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://locale.conf"
do_install_append () {
install -m 0755 -d ${D}/storage
install -m 0655 ${WORKDIR}/locale.conf ${D}${sysconfdir}/locale.conf
}

View File

@ -0,0 +1,2 @@
LANG=en_US.UTF-8