[OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

Jonathan Liu net147 at gmail.com
Tue Jun 27 10:24:31 UTC 2017


Hi Patrick,

The original problem was that bitbake would print out the error:
"libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be
found in PATH. Please either install it, or configure qemu not to
require sdl.", if "libsdl-native" was in ASSUME_PROVIDED even if the
host has sdl-config in its PATH.

This occurred really early for a clean build and bitbake would bail
out. The sanity check is in meta/classes/sanity.bbclass.

Regards,
Jonathan

On 27 June 2017 at 20:21, Patrick Ohly <patrick.ohly at intel.com> wrote:
> On Tue, 2017-06-27 at 11:05 +0200, Patrick Ohly wrote:
>> Even if you had checked the right variable, is that really necessary?
>> I'm building qemu with ASSUME_PROVIDED += "libsdl-native" just fine on
>> Debian Jessie, without sdl-config in HOSTTOOLS.
>
> I'm still interested in learning what problem it fixes.
>
> --
> Best Regards, Patrick Ohly
>
> The content of this message is my personal opinion only and although
> I am an employee of Intel, the statements I make here in no way
> represent Intel's position on the issue, nor am I authorized to speak
> on behalf of Intel on this matter.
>
>
>



More information about the Openembedded-core mailing list