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

Peter Seebach peter.seebach at windriver.com
Mon Feb 4 18:23:09 UTC 2013


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.

-s
-- 
Listen, get this.  Nobody with a good compiler needs to be justified.




More information about the Openembedded-core mailing list