Parcourir la 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 il y a 6 ans
Parent
commit
9915253064
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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