From 35d44353ec32e8ff0e801d98c53481c0b2eabb1c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 11 Feb 2019 21:49:09 +0100 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/7543241412bd2232cfad241fa1b3f897eb6a7054 Author: Thilo Graf 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 37538d38e..407af1ab1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,3 +2,5 @@ SUBDIRS = lib src data locale-update: make -C $(top_builddir)/data/locale install-locals + +.PHONY: locale-update