]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix debug source processing for static libraries
authorMark Hatle <mark.hatle@kernel.crashing.org>
Fri, 7 Feb 2020 20:20:06 +0000 (14:20 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2020 13:19:56 +0000 (13:19 +0000)
commitfa356b23c2f4599681693bba50d36659b07a8125
tree2eb0d84d35f1fe7c919699b75be04c0cb756b1c4
parent61efc1e287326f52810a439ccde996f45ef89733
package.bbclass: Fix debug source processing for static libraries

Format of the sources list is the [ (file, [source, ...]), ... ] before
this change, the static libraries were processed but the items were
included incorrectly causing no sources for static libraries to be
included.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass