Install /etc/locale.conf to set locale correctly
This commit is contained in:
parent
8719bb8761
commit
77ac430b51
@ -1 +1,9 @@
|
|||||||
|
|
||||||
hostname="citadel"
|
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
|
||||||
|
}
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
LANG=en_US.UTF-8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user