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:
Khem Raj
2018-09-13 15:02:36 -07:00
committed by Andrei Gherzan
parent c1aabba056
commit 9da0723f4c

View File

@ -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} \