Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / classes / image_types_wic_workaround.bbclass
index a6ea058..1a287ff 100644 (file)
@@ -29,4 +29,4 @@ def get_workaround_wic_typedeps(d):
     else:
         return ''
 
-IMAGE_TYPEDEP_wic += "${@get_workaround_wic_typedeps(d)}"
+IMAGE_TYPEDEP:wic += "${@get_workaround_wic_typedeps(d)}"