src_prepare – apply patches to sources or prepare them in any other way.

Description

The method is part of main map method, performing the default build process. src_prepare prepares directory with sources in S, finally ready for the build. After the method sources contain all patches and other possible modifications.

Interfaces

The method calls map interfaces:
-
src_prepare_extend_pre
-
patches_all(3)
-
patches_auto(3)
-
src_prepare_extend
-
src_postprepare

See also

any(1), any-map(7), any-api(7)