mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +00: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:
@@ -6,8 +6,7 @@ inherit packagegroup
|
||||
|
||||
COMPATIBLE_MACHINE = "^rpi$"
|
||||
|
||||
OMXPLAYER_rpi = "omxplayer"
|
||||
OMXPLAYER_rpi_aarch64 = ""
|
||||
OMXPLAYER = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'omxplayer', d)}"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${OMXPLAYER} \
|
||||
|
||||
Reference in New Issue
Block a user