summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-11 15:45:41 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-20 20:27:19 +0100
commiteaae982a1b7be3ebcc922fad5677702f5dfe9ce0 (patch)
tree197cf88b4529dfeaef85f084b7b7282c3f112366
parenta4c0ac713466d64f5bac1ba13ac7d90425b6e81a (diff)
downloadmeta-raspberrypi-eaae982a1b7be3ebcc922fad5677702f5dfe9ce0.tar.gz
psplash: Do not define ALTERNATIVE_PRIORITY for non-existing provider
This simply causes build warnings about priority of two packages being same, but infact this is redundant, therefore remove setting ALTERNATIVE_PRIORITY for psplash-raspberrypi Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 09e3ec9..41622aa 100644
--- a/recipes-core/psplash/psplash_%.bbappend
+++ b/recipes-core/psplash/psplash_%.bbappend
@@ -1,3 +1,2 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" 2SPLASH_IMAGES_rpi = "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200"