summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-14 16:46:15 +0000
committerSteve Sakoman <steve@sakoman.com>2023-02-25 09:25:51 -1000
commit70051189bb4ecae5475ce45eabe37113f417257e (patch)
tree1a69999e3048df343057744869337c5fd3b143c0
parent51e5e085400bb818d43ad82ffcf8548665bbd1d0 (diff)
downloadopenembedded-core-70051189bb4ecae5475ce45eabe37113f417257e.tar.gz
cml1: remove redundant addtask
The configure task is added by base.bbclass, no need to do it again. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2d7897bcab2b70d850bfe02ded42b20eb695eda8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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() {
}
EXPORT_FUNCTIONS do_configure
-addtask configure after do_unpack do_patch before do_compile
inherit terminal