Ver Fonte

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 há 6 anos atrás
pai
commit
9915253064
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      classes/swupdate.bbclass

+ 1 - 1
classes/swupdate.bbclass

@@ -152,4 +152,4 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 INHIBIT_DEFAULT_DEPS = "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