All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v5 1/3] amd-gpu-x11-bin-mx51: only enable when x11 is in DISTRO_FEATURES
@ 2013-05-31 20:54 Eric Bénard
  2013-05-31 20:54 ` [meta-fsl-arm][PATCH v5 2/3] amd-gpu-x11-bin-mx51: factorize the recipes Eric Bénard
  2013-05-31 20:54 ` [meta-fsl-arm][PATCH v5 3/3] amd-gpu-bin-mx51: new recipe Eric Bénard
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Bénard @ 2013-05-31 20:54 UTC (permalink / raw)
  To: meta-freescale

From: Eric BENARD <eric@eukrea.com>

this prevent warnings and parse errors

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}"
 FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}"
 
-COMPATIBLE_MACHINE = "(mx5)"
+COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11', '(mx5)', 'Invalid!', d)}"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.7.11.2.249.g31c7954



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-02 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31 20:54 [meta-fsl-arm][PATCH v5 1/3] amd-gpu-x11-bin-mx51: only enable when x11 is in DISTRO_FEATURES Eric Bénard
2013-05-31 20:54 ` [meta-fsl-arm][PATCH v5 2/3] amd-gpu-x11-bin-mx51: factorize the recipes Eric Bénard
2013-06-02 16:44   ` Eric Bénard
2013-05-31 20:54 ` [meta-fsl-arm][PATCH v5 3/3] amd-gpu-bin-mx51: new recipe Eric Bénard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.