[yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

Pascal Bach pascal.bach at siemens.com
Fri Oct 27 03:51:06 PDT 2017


This was probably working before pyro and the recipes specific sysroots.

Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
---
 recipes-mono/mono/mono-4.xx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc
index e06fac7..cf9170b 100644
--- a/recipes-mono/mono/mono-4.xx.inc
+++ b/recipes-mono/mono/mono-4.xx.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://mono-project.com"
 BUGTRACKER = "http://bugzilla.xamarin.com/"
 SECTION = "devel"
 
-DEPENDS = "zlib"
+DEPENDS = "zlib cmake-native"
 
 SRC_URI = "http://download.mono-project.com/sources/mono/mono-${PV}.tar.bz2 \
            file://dllmap-config.in.diff \
-- 
2.1.4




More information about the yocto mailing list