summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/amd-gpu-x11-bin
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2013-06-03 07:57:29 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-17 10:58:51 -0300
commit6776e274a7f570e7a48f0325d653dfbff22b3e47 (patch)
tree68641afeb826b8e5dc27729158fab58c81d2144d /recipes-graphics/amd-gpu-x11-bin
parentab6bd102e360ef9f6eff3df6e6d4bf9a9600f3c9 (diff)
downloadmeta-fsl-arm-6776e274a7f570e7a48f0325d653dfbff22b3e47.tar.gz
amd-gpu-x11-bin-mx51: only enable when x11 is in DISTRO_FEATURES
this prevent warnings and parse errors Change-Id: Ia441cbdf89009a7aa7ae07ed7f97475183b0a99c Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Diffstat (limited to 'recipes-graphics/amd-gpu-x11-bin')
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 2dee47a..70568f9 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -84,5 +84,5 @@ FILES_lib2dz160-mx51-dbg = "${libdir}/.debug/lib2dz160${SOLIBS}"
84FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}" 84FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}"
85FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}" 85FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}"
86 86
87COMPATIBLE_MACHINE = "(mx5)" 87COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11', '(mx5)', 'Invalid!', d)}"
88PACKAGE_ARCH = "${MACHINE_ARCH}" 88PACKAGE_ARCH = "${MACHINE_ARCH}"