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 11:07:49 +0100 |
commit | 9dd58b1bf2a0573e6236453be2a0e582f5c61e47 (patch) | |
tree | 804c18118680ae77100f15f7c4b80582424bbf53 | |
parent | 8c4980db548c3cb824ef2d517033e36971a4ae5c (diff) | |
download | meta-raspberrypi-9dd58b1bf2a0573e6236453be2a0e582f5c61e47.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" | ||