Add missing space in SRC_URI_append statement 43/22743/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 21 Oct 2019 22:08:44 +0000 (00:08 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 21 Oct 2019 22:08:44 +0000 (00:08 +0200)
This fixes SPEC-2922.

Bug-AGL: SPEC-2922

.

Change-Id: I978c3d28e6d62885cd95ca6f2d2b32d34fa6933d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend

index d652d6b..dd01c4e 100644 (file)
@@ -4,4 +4,4 @@ SRC_URI += "file://dsi.cfg"
 
 # Reduce the screen resolution to HD Ready (720p)
 SRC_URI_remove = "file://hdmi-a-1-270.cfg"
-SRC_URI_append = "file://hdmi-a-1-270-720p.cfg"
+SRC_URI_append = " file://hdmi-a-1-270-720p.cfg"