On Sat, Feb 4, 2023 at 3:41 AM Richard Purdie
<[email protected]> wrote:
>
> If on target locale generation is used, it fails at first boot showing
> errors about a missing directory. Ensure the directory exists.
>
> Signed-off-by: Richard Purdie <[email protected]>
> ---
> meta/classes-recipe/libc-package.bbclass | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/classes-recipe/libc-package.bbclass
> b/meta/classes-recipe/libc-package.bbclass
> index de3d4223a8c..8a99f73ae72 100644
> --- a/meta/classes-recipe/libc-package.bbclass
> +++ b/meta/classes-recipe/libc-package.bbclass
> @@ -51,6 +51,7 @@ PACKAGE_NO_GCONV ?= "0"
> OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}"
>
> locale_base_postinst_ontarget() {
> +mkdir ${libdir}/locale
should it be mkdir -p for when it does exist beforehand ?
> localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s
> }
>
> --
> 2.37.2
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176781):
https://lists.openembedded.org/g/openembedded-core/message/176781
Mute This Topic: https://lists.openembedded.org/mt/96742036/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-