mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fdbb92b1bb
* msgfmt is called in do_install and both MSGFMT variables
are empty without gettext-native detected in configure
%.mo: %.po
$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>