I feel like assuming do_patch is python, even if it is, is less clean than
just using postfuncs.
On Wed, Jan 11, 2023 at 8:29 AM Saul Wold wrote:
> The create_spdx code relies on patched code, if files are changed
> or added during the do_configure phase they will be missed by the
> create_spdx
The create_spdx code relies on patched code, if files are changed
or added during the do_configure phase they will be missed by the
create_spdx process. So we need to ensure files modifications/additions
happen in the do_patch phase.
Signed-off-by: Saul Wold
---
meta/recipes-extended/at/at_3.2.5