From patchwork Tue Feb 12 21:58:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-fsl-arm, v4, 9/9] glproto: Don't install glxtokens.h for imx6qsabrelite Date: Tue, 12 Feb 2013 21:58:50 -0000 From: Otavio Salvador X-Patchwork-Id: 44561 Message-Id: <1360706330-12665-10-git-send-email-otavio@ossystems.com.br> To: meta-freescale Mailing List Cc: Andrei Gherzan , Otavio Salvador From: Andrei Gherzan Avoid in this way duplicate file warnings in sysroot. This header is provided by freescale. Change-Id: I604702b1e35500ce65b8f6b16ffc9ce107908364 Signed-off-by: Andrei Gherzan Signed-off-by: Otavio Salvador --- recipes-graphics/xorg-proto/glproto_1.4.16.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-graphics/xorg-proto/glproto_1.4.16.bbappend diff --git a/recipes-graphics/xorg-proto/glproto_1.4.16.bbappend b/recipes-graphics/xorg-proto/glproto_1.4.16.bbappend new file mode 100644 index 0000000..9be81d3 --- /dev/null +++ b/recipes-graphics/xorg-proto/glproto_1.4.16.bbappend @@ -0,0 +1,8 @@ +PRINC := "${@int(PRINC) + 1}" + +do_install_append_mx6() { + # This is a header provided by fsl so don't use this header + rm -rf ${D}${includedir}/GL/glxtokens.h +} + +PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"