summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/cml1.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-14 16:46:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-17 18:01:01 +0000
commit6041d190eada0e2c798397c04068f66fc59f0802 (patch)
tree5dcd701584f586f3bebd5b01b302c3870c535f3d /meta/classes-recipe/cml1.bbclass
parent163aa6f1490b00d36c42611c77fc61b71ced601d (diff)
downloadpoky-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/cml1.bbclass')
-rw-r--r--meta/classes-recipe/cml1.bbclass1
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
23EXPORT_FUNCTIONS do_configure 23EXPORT_FUNCTIONS do_configure
24addtask configure after do_unpack do_patch before do_compile
25 24
26inherit terminal 25inherit terminal
27 26