Re: [yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-29 Thread Pascal Bach
On 09.03.2017 17:06, Burton, Ross wrote: > > On 9 March 2017 at 15:53, Pascal Bach > wrote: > > The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug > /usr/src/debug"` > which is perfectly fine as a basis for Qt4.

Re: [yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-09 Thread Burton, Ross
On 9 March 2017 at 15:53, Pascal Bach wrote: > The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug > /usr/src/debug"` > which is perfectly fine as a basis for Qt4. > Note that oe-core master (and morty, and maybe krogoth) doesn't need FILES_PN-dbg to be

[yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-09 Thread Pascal Bach
The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug /usr/src/debug"` which is perfectly fine as a basis for Qt4. This also makes the recipe work with different debug split schemes. Signed-off-by: Pascal Bach --- recipes-qt4/qt4/qt4.inc | 1 - 1 file