On 2014-10-28 08:15, Anders Darander wrote:
* Gary Thomas [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 += "
* Gary Thomas [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 correct