Skip to content
Snippets Groups Projects
Commit 01a83072 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

psplash: Set a higher priority for psplash-oniro


This fixes build warning:

[log_check] Warn: update-alternatives: psplash has multiple providers
with the same priority

It is a workaround as the actual behaviour is yet to be understood.
There seems to be a bug or an uninteded behaviour where multiple psplash
binaries get installed (having the same priority for the psplash
symlink).

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 30f43db8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment