* [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class
@ 2015-12-16 16:18 Otavio Salvador
2015-12-30 13:23 ` Alex J Lennon
0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2015-12-16 16:18 UTC (permalink / raw)
To: ajlennon; +Cc: yocto, Otavio Salvador
The mono uses gettext for build, by default, so we ought to ensure it
is available during the build.
This fixes follow error:
,----[ Build error ]
| configure: error: msgfmt not found. You need to install the 'gettext' package, or pass --enable-nls=no to configure.
| Configure failed. The contents of all config.log files follows to aid debugging
| .../build-default/tmp/work/x86_64-linux/mono-native/4.0.1.34-r0/mono-4.0.1/config.log
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
recipes-mono/mono/mono-4.xx.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc
index f5ba14f..ed27c8d 100644
--- a/recipes-mono/mono/mono-4.xx.inc
+++ b/recipes-mono/mono/mono-4.xx.inc
@@ -30,6 +30,7 @@ FILESPATH =. "${FILE_DIRNAME}/mono-${PV}:"
inherit autotools-brokensep
inherit pkgconfig
+inherit gettext
EXTRA_OECONF += " mono_cv_uscore=no --with-sigaltstack=no --with-mcs-docs=no "
--
2.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-30 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 16:18 [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class Otavio Salvador
2015-12-30 13:23 ` Alex J Lennon
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.