diff options
Diffstat (limited to 'meta/classes/patch.bbclass')
-rw-r--r-- | meta/classes/patch.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index e051b0344..b794f8159 100644 --- a/meta/classes/patch.bbclass +++ b/meta/classes/patch.bbclass @@ -391,6 +391,8 @@ def patch_init(d): addtask patch after do_unpack do_patch[dirs] = "${WORKDIR}" +do_patch[depends] = "${PATCHTOOL}-native:do_populate_staging" + python patch_do_patch() { import re import bb.fetch |