[oe] [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS

Ricardo Ribalda Delgado ricardo.ribalda at gmail.com
Tue Oct 3 11:23:31 UTC 2017


Hi Ross

On Tue, Oct 3, 2017 at 12:18 PM, Burton, Ross <ross.burton at intel.com> wrote:
> On 3 October 2017 at 10:40, Ricardo Ribalda Delgado
> <ricardo.ribalda at gmail.com> wrote:
>>
>> Without this patch bitbake cannot find sdl-config
>>
>> ERROR:  OE-core's config sanity checker detected a potential
>> misconfiguration.
>> Either fix the cause of this error or at your own risk disable the checker
>> (see sanity.conf).
>> Following is the list of potential problems / advisories:
>>
>> 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.
>
>
> First, wrong list, this should go to openembedded-core@ instead of -devel at .

Ups, my bad. sorry about that. I first tried to bitbake mailing list
but it bounced the mail.

>
> qemu's configure prefers pkg-config instead of sdl-config, so why doesn't
> that work for you?

Long story short.

-My configuration was using ASSUME_PROVIDED += "libsdl-native".
probably because I have not changed the local.con for a long while.
-On June I posted https://patchwork.openembedded.org/patch/141112/,
which I wrongly believed that it was merged.
-Also on June Richard posted f0d128ea0dfc2c403ff53a1ac1db3521854b63d5,
that was merged


I am now building without the assume_provided and so far it is working fine.


Maybe we should remove all ASSUME_PROVIDED "libsdl-native" references
on the code?:

ricardo at neopili:/tmp/poky$ git grep ASSUME_PROV | grep sdl
documentation/ref-manual/migration.xml:     ASSUME_PROVIDED += "libsdl-native"
meta-poky/conf/local.conf.sample:# by libsdl-native then uncomment the
ASSUME_PROVIDED line below.
meta-poky/conf/local.conf.sample:#ASSUME_PROVIDED += "libsdl-native"


Best regards!



More information about the Openembedded-devel mailing list