Skip to content

Commit

Permalink
Makifile.am: ensure update locales with 'deploy-target'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbt1 authored and Frankenstone committed Feb 12, 2019
1 parent 2885092 commit dcc206a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ SUBDIRS = lib src data

locale-update:
make -C $(top_builddir)/data/locale install-locals

.PHONY: locale-update

0 comments on commit dcc206a

Please sign in to comment.