packagegroup-fsl-tools-testapps: Use amd-gpu-x11-bin-mx51 only with X11

Package amd-gpu-x11-bin-mx51 only works if X11 is in
DISTRO_FEATURES, and it should not be installed otherwise.

Change-Id: I526018066de9b7a7d4fd29c65833e5d5d2487884
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
This commit is contained in:
Rogerio Nunes 2014-01-24 18:45:49 -05:00 committed by Otavio Salvador
parent 7dd911e8cf
commit 0ac9af8f63

View File

@ -10,7 +10,7 @@ inherit packagegroup
SOC_TOOLS_TESTAPPS = ""
SOC_TOOLS_TESTAPPS_mx5 = " \
amd-gpu-x11-bin-mx51 \
${@base_contains('DISTRO_FEATURES', 'x11', 'amd-gpu-x11-bin-mx51', 'amd-gpu-bin-mx51', d)} \
"
SOC_TOOLS_TESTAPPS_mx6 = " \