All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glib-2.0: Re-add the gettext depend
@ 2018-01-18 19:12 Alistair Francis
  2018-01-18 19:23 ` Joshua Lock
  2018-01-18 20:02 ` Burton, Ross
  0 siblings, 2 replies; 5+ messages in thread
From: Alistair Francis @ 2018-01-18 19:12 UTC (permalink / raw)
  To: openembedded-core

Commit "glib-2.0: rationalise build dependencies"
(8b0ca0cb54c91611213556bdb99316d5e7ac5b3b) broke mingw glib builds with
the following error:

This patch fixes the issue by re-adding the gettext dependency.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 354d95cfe3..e6997ae88f 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -24,6 +24,7 @@ DEPENDS = "glib-2.0-native \
            virtual/libiconv \
            libffi \
            zlib \
+           gettext \
            ${@bb.utils.contains('PTEST_ENABLED', '1', 'dbus', '', d)}"
 
 PACKAGES += "${PN}-codegen ${PN}-utils"
-- 
2.14.1



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

end of thread, other threads:[~2018-01-19  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 19:12 [PATCH] glib-2.0: Re-add the gettext depend Alistair Francis
2018-01-18 19:23 ` Joshua Lock
2018-01-18 19:28   ` Alistair Francis
2018-01-18 20:02 ` Burton, Ross
2018-01-19  1:06   ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.