diff mbox series

[2/2] cml1: remove redundand addtask

Message ID 20230214164615.2793394-2-ross.burton@arm.com
State New
Headers show
Series [1/2] lib/buildstats: handle tasks that never finished | expand

Commit Message

Ross Burton Feb. 14, 2023, 4:46 p.m. UTC
The configure task is added by base.bbclass, no need to do it again.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes-recipe/cml1.bbclass | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/cml1.bbclass b/meta/classes-recipe/cml1.bbclass
index b79091383de..a09a042c3f1 100644
--- a/meta/classes-recipe/cml1.bbclass
+++ b/meta/classes-recipe/cml1.bbclass
@@ -21,7 +21,6 @@  cml1_do_configure() {
 }
 
 EXPORT_FUNCTIONS do_configure
-addtask configure after do_unpack do_patch before do_compile
 
 inherit terminal