I have custom package, where the sourcecode is directly in the package directory. At the moment buildroot copies the sourcode to the builddirectory.
Is it possible to avoid this unnecessary overhead? The Makefile supports srcdir != builddir. in < 2011 buildroot it was possible to specify the SRCDIR and nothing was rsynced.