Hi,

use openembedded-devel ML for generic questions like this.

The error you're seeing isn't even related to SQlite, but caused by the way
how you modify PACKAGECONFIG, read the manual about how the overrides work..

What you wanted to do is:
PACKAGECONFIG_append_pn-qtbase = " sql-sqlite"

You can use bitbake -e qtbase to compare what's the difference in these 2.

Regards,

On Wed, May 10, 2017 at 2:20 PM, Jens Bäckman <j...@titv.se> wrote:

> Hi!
>
> I'm trying to build a Morty version of qtbase with SQlite support
> enabled, and can't make it past the configure step. SQlite was
> enabled in local.conf like this:
>
> local.conf:
> PACKAGECONFIG_pn-qtbase_append = " sql-sqlite"
>
> Attached the configure log.
> --
> Jens
>
>
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to