mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
packagegroup-rpi-test: Ensure that OMXPLAYER is only set when using userland graphics
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c1aabba056
commit
9da0723f4c
|
@ -6,8 +6,7 @@ inherit packagegroup
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^rpi$"
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
OMXPLAYER_rpi = "omxplayer"
|
OMXPLAYER = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'omxplayer', d)}"
|
||||||
OMXPLAYER_rpi_aarch64 = ""
|
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
${OMXPLAYER} \
|
${OMXPLAYER} \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user