Apply patches before doing an environment setup

We may need to patch the environment setup, too.

Signed-off-by: Peter Hatina <peter@hatina.eu>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Peter Hatina 2021-03-01 13:20:12 +01:00 committed by Jan Kiszka
parent 6b52357dc7
commit 24c13a491b

View File

@ -57,9 +57,9 @@ class Macro:
InitSetupRepos(), InitSetupRepos(),
repo_loop, repo_loop,
FinishSetupRepos(), FinishSetupRepos(),
SetupEnviron(),
SetupHome(), SetupHome(),
ReposApplyPatches(), ReposApplyPatches(),
SetupEnviron(),
WriteBBConfig(), WriteBBConfig(),
] ]
else: else: