Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qemu: add gettext to DEPENDS
@ 2018-05-11 16:35 Chris Patterson
  2018-05-11 19:10 ` Christopher Larson
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Patterson @ 2018-05-11 16:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Patterson

From: Chris Patterson <pattersonc@ainfosec.com>

Otherwise QEMU build may fail with missing `msgfmt` command.

| make -C po install
|   GEN     bg.mo
|   GEN     tr.mo
|   GEN     de_DE.mo
| /bin/sh: msgfmt: command not found
| /bin/sh: msgfmt: command not found

Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index dc73df8..ba1b9b2 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -1,7 +1,7 @@
 SUMMARY = "Fast open source processor emulator"
 HOMEPAGE = "http://qemu.org"
 LICENSE = "GPLv2 & LGPLv2.1"
-DEPENDS = "glib-2.0 zlib pixman"
+DEPENDS = "glib-2.0 zlib pixman gettext"
 RDEPENDS_${PN}_class-target += "bash"
 
 require qemu-targets.inc
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-11 21:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 16:35 [PATCH] qemu: add gettext to DEPENDS Chris Patterson
2018-05-11 19:10 ` Christopher Larson
2018-05-11 21:21   ` Chris Patterson
2018-05-11 21:32     ` Martin Jansa
2018-05-11 21:37       ` Chris Patterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox