From 82e14816a9f07781a792eda4cb2f72b94a7bba8c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 12 Sep 2018 09:41:09 -0300 Subject: wayland-protocols: Avoid recipe parsing for foreign machines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Otavio Salvador --- recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 1 + 1 file changed, 1 insertion(+) 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}" FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" PACKAGE_ARCH = "${MACHINE_SOCARCH}" +COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)" -- cgit v1.2.3-54-g00ecf