From dcc206a485254ada1cdc01ab8e6424b313cd1d55 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 11 Feb 2019 11:14:12 +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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 37538d38e9..407af1ab15 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