diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-11 15:45:41 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-20 20:27:19 +0100 |
commit | eaae982a1b7be3ebcc922fad5677702f5dfe9ce0 (patch) | |
tree | 197cf88b4529dfeaef85f084b7b7282c3f112366 | |
parent | a4c0ac713466d64f5bac1ba13ac7d90425b6e81a (diff) | |
download | meta-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_%.bbappend | 3 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
2 | SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" | 2 | SPLASH_IMAGES_rpi = "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" |
3 | ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200" | ||