Browse Source

Remove multiple after keywords

This fixes the follwing warning:
 addtask contained multiple 'after' keywords, only one is supported

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
Reto Schneider 6 years ago
parent
commit
9915253064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      classes/swupdate.bbclass

+ 1 - 1
classes/swupdate.bbclass

@@ -152,4 +152,4 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 INHIBIT_DEFAULT_DEPS = "1"
 INHIBIT_DEFAULT_DEPS = "1"
 EXCLUDE_FROM_WORLD = "1"
 EXCLUDE_FROM_WORLD = "1"
 
 
-addtask do_swuimage after do_unpack after do_prepare_recipe_sysroot before do_build
+addtask do_swuimage after do_unpack do_prepare_recipe_sysroot before do_build