summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-10-22 00:08:44 +0200
committerScott Murray <scott.murray@konsulko.com>2019-10-28 07:59:49 +0000
commit01933949c6553ccf2c58f17c55c0c72e7e22d71c (patch)
tree0fafd6ddb469c677ad5bbc83d97622b6aaf6f520 /meta-agl-bsp/meta-raspberrypi
parentfa0bdff0768b087f499db748e08dad7d21cfd8d5 (diff)
Add missing space in SRC_URI_append statement
This fixes SPEC-2922. Bug-AGL: SPEC-2922 . Change-Id: I978c3d28e6d62885cd95ca6f2d2b32d34fa6933d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> (cherry picked from commit 8a052edd56f801c465781b784bf1f53b15135c86)
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi')
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend
index d652d6bee..dd01c4e5d 100644
--- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend
+++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend
@@ -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"