From: Otavio Salvador Date: Wed, 12 Sep 2018 12:41:09 +0000 (-0300) Subject: wayland-protocols: Avoid recipe parsing for foreign machines X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82e14816a9f07781a792eda4cb2f72b94a7bba8c;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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)"