On Tue, Sep 27, 2011 at 9:04 PM, Ni Qingliang <[email protected]> wrote: > 1. sorry, I will. > 2. Yes, I made a new Makefile (based on the original) as the patch of > ntpclient (which will override the original Makefile).
There are lots of ways to do this and avoid making a patch. You can use EXTRA_OECONF, EXTRA_OEMAKE, EXTRA_CFLAGS, etc in the recipe itself to fix up the build process. You can even go and modify the variables in the do_configure, do_compile, etc build steps as well. -M _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
