Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
9915253064
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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