From 4e5be97d75668804694412f9b86e9291edb38b9d Mon Sep 17 00:00:00 2001 From: Gianluigi Tiesi Date: Wed, 17 Apr 2019 16:35:27 +0200 Subject: [PATCH] psplash: Raise alternatives priority to 200 Alternatives priority of psplash in poky is now 100, so we need something higher (fixes #381). Signed-off-by: Gianluigi Tiesi --- recipes-core/psplash/psplash_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-core/psplash/psplash_%.bbappend b/recipes-core/psplash/psplash_%.bbappend index 698564b..09e3ec9 100644 --- a/recipes-core/psplash/psplash_%.bbappend +++ b/recipes-core/psplash/psplash_%.bbappend @@ -1,4 +1,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" -ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" - +ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200"