Add empty for append syntax
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-bsp / bootfiles / renesas-ota-bootfiles.bb
index e8235b9..d46f4d8 100644 (file)
@@ -8,10 +8,10 @@ COMPATIBLE_MACHINE = "(salvator-x|m3ulcb|h3ulcb|ebisu)"
 
 S = "${WORKDIR}"
 
-SRC_URI:append:sota = "file://uEnv-ota-m3ulcb.txt \
-                       file://uEnv-ota-h3ulcb.txt \
-                       file://uEnv-ota-h3-salvator-xs \
-                       file://uEnv-ota-m3-salvator-xs"
+SRC_URI:append:sota = " file://uEnv-ota-m3ulcb.txt \
+                        file://uEnv-ota-h3ulcb.txt \
+                        file://uEnv-ota-h3-salvator-xs \
+                        file://uEnv-ota-m3-salvator-xs"
 do_deploy() {
     install -d ${DEPLOYDIR}/${PN}
 }