Introduced a prepare step for the sources which can be specified by defining the src_prepare function. e.g. to use patches. The src_prepare function will be called in the $SRCDIR. example: src_prepare() { patch -p1 < ${SRC_POOL}/my_src.patch }
Install software package with > sit FILE