The fsharp build isn't compatible with separate build dirs. [fsharp #438] -- https://github.com/fsharp/fsharp/issues/438
Signed-off-by: Richard Tollerton <[email protected]> --- 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 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
