summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-09-12 09:41:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-12 09:44:08 -0300
commit82e14816a9f07781a792eda4cb2f72b94a7bba8c (patch)
tree96db01de0d2f0cad3fbab32395ccf66941eae8e9
parent04a75a0019517103b9a8e22f16229a7156052798 (diff)
downloadmeta-freescale-82e14816a9f07781a792eda4cb2f72b94a7bba8c.tar.gz
wayland-protocols: Avoid recipe parsing for foreign machines
This restricts the parsing for machines which has either imxgpu or imxfbdev SoC features. Fixes: contamination of other BSP machines Reported-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.13.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
index c7223710..9e087432 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
@@ -23,3 +23,4 @@ PACKAGES = "${PN}"
23FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 23FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
24 24
25PACKAGE_ARCH = "${MACHINE_SOCARCH}" 25PACKAGE_ARCH = "${MACHINE_SOCARCH}"
26COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)"