Re: [OE-core] [PATCH] qemu: OpenSUSE 13.2 configure error

2015-06-30 Thread Saul Wold
On 06/30/2015 03:38 AM, Richard Purdie wrote: On Tue, 2015-06-30 at 11:32 +0100, Burton, Ross wrote: On 30 June 2015 at 01:16, Juro Bystricky wrote: Qemu configure tests for the presence/existance of SDL by trying to link against libSDL. libSDL in turn attempts to load

Re: [OE-core] [PATCH] qemu: OpenSUSE 13.2 configure error

2015-06-30 Thread Burton, Ross
On 30 June 2015 at 11:32, Burton, Ross wrote: > The patch should probably only be applied for native and nativesdk builds, > as I suspect that's going to break a target build quite badly. Also, it > needs signed-of-by and upstream-status (inappropriate, I imagine) tags in > the patch header > R

Re: [OE-core] [PATCH] qemu: OpenSUSE 13.2 configure error

2015-06-30 Thread Richard Purdie
On Tue, 2015-06-30 at 11:32 +0100, Burton, Ross wrote: > > On 30 June 2015 at 01:16, Juro Bystricky > wrote: > Qemu configure tests for the presence/existance of SDL by > trying to link against libSDL. libSDL in turn attempts to load > libcrypt which will then attempt to l

Re: [OE-core] [PATCH] qemu: OpenSUSE 13.2 configure error

2015-06-30 Thread Burton, Ross
On 30 June 2015 at 01:16, Juro Bystricky wrote: > Qemu configure tests for the presence/existance of SDL by > trying to link against libSDL. libSDL in turn attempts to load > libcrypt which will then attempt to load libgpg-error. > The bitbaked libgpg-error will be built with ABI incompatible > w

[OE-core] [PATCH] qemu: OpenSUSE 13.2 configure error

2015-06-29 Thread Juro Bystricky
Under some circumstances, on OpenSUSE 13.2 qemu-native configure can fail with the error: ERROR: User requested feature sdl configure was not able to find it The following sequence can reproduce the build error: $ bitbake libgpg-error-native $ bitbake qemu-native Qemu configure tests fo