From: Chris Patterson <cjp256@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Chris Patterson <pattersonc@ainfosec.com>
Subject: [PATCH] qemu: add gettext to DEPENDS
Date: Fri, 11 May 2018 12:35:53 -0400 [thread overview]
Message-ID: <1526056553-31049-1-git-send-email-cjp256@gmail.com> (raw)
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
next reply other threads:[~2018-05-11 16:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-11 16:35 Chris Patterson [this message]
2018-05-11 19:10 ` [PATCH] qemu: add gettext to DEPENDS Christopher Larson
2018-05-11 21:21 ` Chris Patterson
2018-05-11 21:32 ` Martin Jansa
2018-05-11 21:37 ` Chris Patterson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1526056553-31049-1-git-send-email-cjp256@gmail.com \
--to=cjp256@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=pattersonc@ainfosec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox