[yocto] [meta-mono] [PATCH 2/3] fsharp: disable build separation

Richard Tollerton rich.tollerton at ni.com
Thu Jul 16 10:22:08 PDT 2015


The fsharp build isn't compatible with separate build dirs.

[fsharp #438] -- https://github.com/fsharp/fsharp/issues/438

Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
---
 recipes-mono/fsharp/fsharp.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mono/fsharp/fsharp.inc b/recipes-mono/fsharp/fsharp.inc
index d217ec5..acb17ce 100644
--- a/recipes-mono/fsharp/fsharp.inc
+++ b/recipes-mono/fsharp/fsharp.inc
@@ -5,7 +5,7 @@ DEPENDS = "mono"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "files://LICENSE;md5=512efb9375da0bd2fee9e2b9352c08af"
 
-inherit autotools
+inherit autotools-brokensep
 
 # For some reason the URL template changes from version to version,
 # therefore use some variables for the directory and extension
-- 
2.4.4




More information about the yocto mailing list