]> code.ossystems Code Review - meta-freescale.git/commitdiff
wayland-protocols: Avoid recipe parsing for foreign machines
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Sep 2018 12:41:09 +0000 (09:41 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Sep 2018 12:44:08 +0000 (09:44 -0300)
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>
recipes-graphics/wayland/wayland-protocols_1.13.imx.bb

index c7223710509d3f728ac65c3b987f4e2e2ab8ad3d..9e087432bbbf51a1f927af4ac6d049466f9f6d5d 100644 (file)
@@ -23,3 +23,4 @@ PACKAGES = "${PN}"
 FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
 
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
+COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)"