[yocto] Packaging problem

2014-10-28 Thread Gary Thomas
I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test* RDEPENDS_${PN}-tests += python-nose This expands (via -e) to: # $FILES_python-matplotlib-tests # rename

Re: [yocto] Packaging problem

2014-10-28 Thread Anders Darander
* Gary Thomas g...@mlbassoc.com [141028 15:06]: I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test* RDEPENDS_${PN}-tests += python-nose ... It all looks

Re: [yocto] Packaging problem

2014-10-28 Thread Gary Thomas
On 2014-10-28 08:15, Anders Darander wrote: * Gary Thomas g...@mlbassoc.com [141028 15:06]: I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test*