All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake
@ 2017-10-27 10:51 Pascal Bach
  2017-10-27 21:41 ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Pascal Bach @ 2017-10-27 10:51 UTC (permalink / raw)
  To: yocto, ajlennon

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

Signed-off-by: Pascal Bach <pascal.bach@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



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

end of thread, other threads:[~2017-11-07 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 10:51 [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake Pascal Bach
2017-10-27 21:41 ` Khem Raj
2017-11-02 15:46   ` Pascal Bach
2017-11-02 15:59     ` Khem Raj
2017-11-03 11:48       ` Alex Lennon
2017-11-07 13:26         ` Pascal Bach
2017-11-07 13:57           ` Alex Lennon
2017-11-07 16:36           ` Khem Raj

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.