]> code.ossystems Code Review - openembedded-core.git/commit
pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3
authorPeter Seebach <peter.seebach@windriver.com>
Tue, 5 Feb 2013 20:21:42 +0000 (14:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2013 14:46:02 +0000 (14:46 +0000)
commitae8811bb26fba2e71d7280f6d6c4f5cec6a2871b
treeb649e70199594df80eac91fff65dea057076ec47
parent72266cfa3a12a19a94d9176ecca9d080658dbf2e
pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3

This updates to pseudo 1.4.3. Changes:

1. A couple of minor tweaks to reduce difficulties using SDKs built
   on slightly more recent machines on older machines; specifically,
   avoiding getting @GLIBC_2.7 symbol references for sscanf(), fscanf(),
   and open2().
2. Revision of the logic determining the library directory to use for
   sqlite's library files.

The latter is a source of difficulty because it's come up a few times
that we may want pseudo to use lib64 for libpseudo.so, but bitbake's
usual setup would have libsqlite3.a in lib regardless of bit width.
Cleaned up previous design a bit by providing a distinct setting for
sqlite-lib, which defaults to the same library directory used for other
things. Adjusted build to use this new setting. (This ends up being
${baselib}; on targets, that might not be lib, but for native builds
it generally is, and for SDK builds it appears to do the right thing.)

Testing: Successful build of meta-toolchain for both 64-bit and 32-bit
SDKMACHINE, and builds with NO32LIBS = "0" also succeeded. Also builds
for multilib targets.

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/pseudo/pseudo.inc
meta/recipes-devtools/pseudo/pseudo_1.4.1.bb [deleted file]
meta/recipes-devtools/pseudo/pseudo_1.4.3.bb [new file with mode: 0644]
meta/recipes-devtools/pseudo/pseudo_git.bb