Hi Ross On Tue, Oct 3, 2017 at 12:18 PM, Burton, Ross <[email protected]> wrote: > On 3 October 2017 at 10:40, Ricardo Ribalda Delgado > <[email protected]> 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@.
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@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! -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
