> I think that we should modify do_install_ptest_base to run > do_install_ptest and install the Makefile irrespective of the presence > of run-ptest file in ${WORKDIR} > Something like: > do_install_ptest_base() { > if [ -f ${WORKDIR}/run-ptest ]; then > install -D ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest > fi > if grep -q install-ptest: Makefile; then > oe_runmake DESTDIR=${D}${PTEST_PATH} install-ptest > fi > do_install_ptest > } > > Does this fits with your needs?
That's a good idea! Yes, that would fit very well indeed. I submitted a new patch proposal in thread "[PATCH v2 0/1] ptest: run-ptest not required to run do_install_ptest". Thank you for your comments, Ian -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core