Re: [OE-core] [PATCH] libdrm: fix packaging after last upgrade

2013-05-24 Thread Martin Jansa
On Thu, May 23, 2013 at 10:08:23AM +0100, Burton, Ross wrote: > On 23 May 2013 09:55, Martin Jansa wrote: > > -FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode*" > > +FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode* ${bindir}/*test" > > Why not just capture ${bindir}/* and we won't have this p

Re: [OE-core] [PATCH] libdrm: fix packaging after last upgrade

2013-05-23 Thread Burton, Ross
On 23 May 2013 09:55, Martin Jansa wrote: > -FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode*" > +FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode* ${bindir}/*test" Why not just capture ${bindir}/* and we won't have this problem in the future? Ross

[OE-core] [PATCH] libdrm: fix packaging after last upgrade

2013-05-23 Thread Martin Jansa
* 2.4.44 adds 2 more tests kmstest and vbltest which got packaged to PN, causing PKG rename and breaking upgrade path * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2 But that file is already provided by package * libdrm2 * check_data_file_clashe