mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
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.
7 lines
114 B
Makefile
7 lines
114 B
Makefile
SUBDIRS = lib src data
|
|
|
|
locale-update:
|
|
make -C $(top_builddir)/data/locale install-locals
|
|
|
|
.PHONY: locale-update
|