summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluigi Tiesi <sherpya@netfarm.it>2019-04-17 16:35:27 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-04-24 13:13:37 +0100
commit7059c374512f1c1c0df9ecab0703d11438bdf78b (patch)
tree7145dc44cac8874242bef35498f4c02fe05954ac
parent1de713eec35199bfcaca7875dbb59060e2f3b338 (diff)
downloadmeta-raspberrypi-7059c374512f1c1c0df9ecab0703d11438bdf78b.tar.gz
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 <sherpya@netfarm.it>
-rw-r--r--recipes-core/psplash/psplash_%.bbappend3
1 files changed, 1 insertions, 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" 2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" 3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200"
4