Parcourir la source

fix(swupdate-common): correct sstate_skip_creation override syntax

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Peter Marko il y a 3 ans
Parent
commit
5ba0ed8c51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      classes/swupdate-common.bbclass

+ 1 - 1
classes/swupdate-common.bbclass

@@ -11,7 +11,7 @@ DEPENDS += "\
 
 do_swuimage[umask] = "022"
 SSTATETASKS += "do_swuimage"
-SSTATE_SKIP_CREATION_task-swuimage = '1'
+SSTATE_SKIP_CREATION:task-swuimage = '1'
 SWUDEPLOYDIR = "${WORKDIR}/deploy-${PN}-swuimage"
 
 do_swuimage[dirs] = "${SWUDEPLOYDIR}"