]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package: Add auto package splitting of .debug files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Dec 2015 15:38:54 +0000 (15:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Dec 2015 11:56:30 +0000 (11:56 +0000)
commitb7766e4bbe61d025346365de4cbafcae56909c27
treeebcd60ba21718a84ddf42491ef978fd501d4fd09
parent89f13c75eae2fdc2859246c0f9c4122728adffb7
package: Add auto package splitting of .debug files

Creating FILES_${PN}-dbg is tedious and also pretty pointless. We might as well
assume ".debug" is a special directory name and split into -dbg automatically.

This change does so without changing the rest of the splitting logic too much.
It can be disabled for the cases where we really do want manual control of
the -dbg packages (e.g. qt4) with NOAUTOPACKAGEDEBUG = "1".

(From OE-Core rev: da5ec06814e105451cca11cce76b5c5231110524)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/recipes-qt/qt4/qt4.inc