]> code.ossystems Code Review - openembedded-core.git/commit
db: Add --tag parameter to libtool invocation
authorKhem Raj <raj.khem@gmail.com>
Sat, 19 Aug 2017 17:26:59 +0000 (10:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2017 21:43:05 +0000 (22:43 +0100)
commitafa9f769d62034d4443dfe929422d1d591adf709
tree1554b11526c11782f6184f842244c50f09b15d34
parentd9575e05f2cb8bf293534c036ddc0d0336701256
db: Add --tag parameter to libtool invocation

Fix do_configure to be able to regenerate configure files

Use cross libtool as installed by OE, as done in normal autotooled recipes

These changes help in invoking the libtool with proper tags for C
and C++ compiler and linker invocation and not use same tag across all
different invocations

Fixes errors like
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch [new file with mode: 0644]
meta/recipes-support/db/db_5.3.28.bb