locale addon: REV 103

This commit is contained in:
mglae 2022-08-13 19:55:42 +02:00
parent ef0be61a21
commit 65935a2ae4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
103:
- Fix localedef call, add error detection
102: 102:
- Include localedef - Include localedef

View File

@ -2,7 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="locale" PKG_NAME="locale"
PKG_REV="102" PKG_REV="103"
PKG_ARCH="any" PKG_ARCH="any"
PKG_DEPENDS_TARGET="toolchain glibc" PKG_DEPENDS_TARGET="toolchain glibc"
PKG_SECTION="service" PKG_SECTION="service"