[OE-core] [PATCH] pseudo: fix sqlite path and package missing files

Richard Purdie richard.purdie at linuxfoundation.org
Mon Feb 4 23:21:51 UTC 2013


On Mon, 2013-02-04 at 12:23 -0600, Peter Seebach wrote:
> On Mon, 4 Feb 2013 13:33:26 +0200
> Constantin Musca <constantinx.musca at intel.com> wrote:
> 
> > - replace --enable-sqlite-static with --with-sqlite-static=.. in order
> > to pass ${baselib} to configure (/lib doesn't work for the multilib
> > lib32 build)
> 
> This looks eerily similar to, yet subtly different from, the changes I
> made for pseudo-1.4.2/1.4.3. I'd spelled that as
> "--with-static-sqlite=" for specifying an exact path to libsqlite.a,
> but I eventually changed it to --with-sqlite-lib to allow an override
> because bitbake's design seems to want libsqlite3.a to always be in
> (host sysroot)/usr/lib, regardless of whether that's 64-bit or 32-bit.
> 
> > - use ${exec_prefix}/lib instead of ${libdir} because pseudo always
> > uses /usr/lib
> 
> This seems right, but I hadn't done it in the recent submission of
> 1.4.3, and things were working anyway. So now I want to know why...
> 
> Anyway, I think these changes are probably redundant with the changes I
> submitted over the weekend.

I suspect not since we don't always use "lib", we might use something
different in various multilib configurations for example. Using
${baselib} in the target configurations will therefore give us less
problems.

Cheers,

Richard







More information about the Openembedded-core mailing list