diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-14 16:46:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-17 18:01:01 +0000 |
commit | 6041d190eada0e2c798397c04068f66fc59f0802 (patch) | |
tree | 5dcd701584f586f3bebd5b01b302c3870c535f3d /meta/classes-recipe | |
parent | 163aa6f1490b00d36c42611c77fc61b71ced601d (diff) | |
download | poky-6041d190eada0e2c798397c04068f66fc59f0802.tar.gz |
cml1: remove redundant addtask
The configure task is added by base.bbclass, no need to do it again.
(From OE-Core rev: 2d7897bcab2b70d850bfe02ded42b20eb695eda8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/cml1.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-recipe/cml1.bbclass b/meta/classes-recipe/cml1.bbclass index b79091383d..a09a042c3f 100644 --- a/meta/classes-recipe/cml1.bbclass +++ b/meta/classes-recipe/cml1.bbclass | |||
@@ -21,7 +21,6 @@ cml1_do_configure() { | |||
21 | } | 21 | } |
22 | 22 | ||
23 | EXPORT_FUNCTIONS do_configure | 23 | EXPORT_FUNCTIONS do_configure |
24 | addtask configure after do_unpack do_patch before do_compile | ||
25 | 24 | ||
26 | inherit terminal | 25 | inherit terminal |
27 | 26 | ||