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

2017-11-07 Thread Khem Raj
On Tue, Nov 7, 2017 at 5:26 AM, Pascal Bach wrote: > > Mono requires cmake to build the bundled BoringSSL library. I didn't look why it works in detail but I currently assume that BoringSSL is standalone enough that no additional CMake toolchain

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

2017-11-07 Thread Alex Lennon
On 07/11/2017 13:26, Pascal Bach wrote: Mono requires cmake to build the bundled BoringSSL library. I didn't look why it works in detail but I currently assume that BoringSSL is standalone enough that no additional CMake toolchain settings are required to make it work. yeah that

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

2017-11-07 Thread Pascal Bach
  >>> >>> Mono requires cmake to build the bundled BoringSSL library. I didn't look >>> why it works in detail but I currently assume that BoringSSL is standalone >>> enough that no additional >>> CMake toolchain settings are required to make it work. >>> >> yeah that probably is a case of

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

2017-11-03 Thread Alex Lennon
On 02/11/2017 15:59, Khem Raj wrote: On Thu, Nov 2, 2017 at 8:46 AM, Pascal Bach wrote: On 27.10.2017 23:41, Khem Raj wrote: On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote: This was probably working before pyro and the recipes specific

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

2017-11-02 Thread Khem Raj
On Thu, Nov 2, 2017 at 8:46 AM, Pascal Bach wrote: > > On 27.10.2017 23:41, Khem Raj wrote: >> On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote: >>> This was probably working before pyro and the recipes specific sysroots. >>> >>> Signed-off-by:

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

2017-11-02 Thread Pascal Bach
On 27.10.2017 23:41, Khem Raj wrote: > On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote: >> This was probably working before pyro and the recipes specific sysroots. >> >> Signed-off-by: Pascal Bach >> --- >> recipes-mono/mono/mono-4.xx.inc |

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

2017-10-27 Thread Khem Raj
On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote: > This was probably working before pyro and the recipes specific sysroots. > > Signed-off-by: Pascal Bach > --- > recipes-mono/mono/mono-4.xx.inc | 2 +- > 1 file changed, 1 insertion(+), 1

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

2017-10-27 Thread Pascal Bach
This was probably working before pyro and the recipes specific sysroots. Signed-off-by: Pascal Bach --- 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