mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Makifile.am: ensure update locales with 'deploy-target'
On sdk build with the command 'devtool deploy-target' not updated
all locals were uploaded.
Effects could be gui will show messed localized menues or windows.
To avoid this issues a complete do_configure() was required
to force (or bitbake -c cleansstate ), this should solve this problem.
Origin commit data
------------------
Commit: 7543241412
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-11 (Mon, 11 Feb 2019)
Origin message was:
------------------
Makifile.am: ensure update locales with 'deploy-target'
On sdk build with the command 'devtool deploy-target' not updated
all locals were uploaded.
Effects could be gui will show messed localized menues or windows.
To avoid this issues a complete do_configure() was required
to force (or bitbake -c cleansstate ), this should solve this problem.
This commit is contained in:
@@ -2,3 +2,5 @@ SUBDIRS = lib src data
|
|||||||
|
|
||||||
locale-update:
|
locale-update:
|
||||||
make -C $(top_builddir)/data/locale install-locals
|
make -C $(top_builddir)/data/locale install-locals
|
||||||
|
|
||||||
|
.PHONY: locale-update
|
||||||
|
Reference in New Issue
Block a user