[yocto] [meta-mono][PATCH 3/7] mono-4.xx: Remove --disable-static from EXTRA_OECONF
Barry Grussling
barry at grussling.com
Sat Nov 5 21:23:00 PDT 2016
This is an inclusion of Fabio Berton's patch from:
http://yocto.yoctoproject.narkive.com/yo6DAY92/meta-mono-patch-mono-4-xx-remove-disable-static-from-extra-oeconf
I am not able to build Mono on Krogoth without it.
See https://bugzilla.xamarin.com/show_bug.cgi?id=33081 for more details.
Signed-off-by: Barry Grussling <barry at grussling.com>
---
recipes-mono/mono/mono-4.xx.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc
index 3ce5871..f1dc536 100644
--- a/recipes-mono/mono/mono-4.xx.inc
+++ b/recipes-mono/mono/mono-4.xx.inc
@@ -31,6 +31,9 @@ inherit autotools-brokensep
inherit pkgconfig
inherit gettext
+# avoids build breaks when using no-static-libs.inc
+DISABLE_STATIC = ""
+
EXTRA_OECONF += " mono_cv_uscore=no --with-sigaltstack=no --with-mcs-docs=no "
do_configure_prepend() {
--
2.10.2
More information about the yocto
mailing list