]> code.ossystems Code Review - openembedded-core.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>
Tue, 15 Dec 2015 15:44:02 +0000 (15:44 +0000)
commitda5ec06814e105451cca11cce76b5c5231110524
tree26509c91f86257e03e75b51f027af5c6ae65e855
parent674fdfd018e0daea561dddc4f8e38eceee685c7a
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".

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