From 03f164c939871f4913ca64077c8b6e62ef77a53a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:56:04 +0100 Subject: [PATCH] psplash: Fix override syntax Include a minor formatting change for SRC_URI. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-core/psplash/psplash_%.bbappend | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-oniro-core/recipes-core/psplash/psplash_%.bbappend b/meta-oniro-core/recipes-core/psplash/psplash_%.bbappend index 276a19cf..97036af5 100644 --- a/meta-oniro-core/recipes-core/psplash/psplash_%.bbappend +++ b/meta-oniro-core/recipes-core/psplash/psplash_%.bbappend @@ -2,13 +2,14 @@ # # SPDX-License-Identifier: Apache-2.0 -FILESEXTRAPATHS_prepend := "${ONIRO_COREBASE}/assets:" -SPLASH_IMAGES_append = " file://psplash-oniro-img.png;outsuffix=oniro" +FILESEXTRAPATHS:prepend := "${ONIRO_COREBASE}/assets:" +SPLASH_IMAGES:append = " file://psplash-oniro-img.png;outsuffix=oniro" ALTERNATIVE_PRIORITY_psplash-oniro[psplash] = "200" EXTRA_OECONF += "--enable-img-fullscreen --disable-startup-msg --disable-progress-bar" # Change background color and splash image with no progress bar -FILESEXTRAPATHS_prepend := "${THISDIR}/psplash:" -SRC_URI += "file://0001-psplash-colors.h-color-change.patch \ - " +FILESEXTRAPATHS:prepend := "${THISDIR}/psplash:" +SRC_URI += " \ + file://0001-psplash-colors.h-color-change.patch \ + " -- GitLab