diff mbox series

[meta-arago,master,2/9] CLEANUP: :append needs a space

Message ID 20250519170055.22364-3-reatmon@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series Cleanup for auto checking | expand

Commit Message

Ryan Eatmon May 19, 2025, 5 p.m. UTC
Usually :append is used to add items to a space separated list.  In
those cases the first character of the appended string should be a
space to make sure that the append is correct.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-graphics/wayland/weston-init-arago.inc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc
index fc964df5..28c4b1b9 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc
+++ b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc
@@ -11,4 +11,4 @@  do_install:append() {
     install -Dm755 weston-launch-calibrator.sh ${D}/${bindir}/weston-launch-calibrator
 }
 
-FILES:${PN}:append = "${bindir}/weston-launch-calibrator"
+FILES:${PN}:append = " ${bindir}/weston-launch-calibrator"