[meta-freescale] [meta-fsl-arm][PATCH 3/4] glproto: Don't install glxtokens.h for imx6qsabrelite

Andrei Gherzan andrei.gherzan at windriver.com
Sun Jan 13 08:28:41 PST 2013


Avoid in this way duplicate file warnings in sysroot.
This header is provided by freescale.

Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
 .../xorg-proto/glproto_1.4.16.bbappend             |    6 ++++++
 1 file changed, 6 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..cc677c8
--- /dev/null
+++ b/recipes-graphics/xorg-proto/glproto_1.4.16.bbappend
@@ -0,0 +1,6 @@
+PRINC := "${@int(PRINC) + 1}"
+
+do_install_append_imx6qsabrelite() {
+    # This is a header provided by fsl so don't use this header
+    rm -rf ${D}${includedir}/GL/glxtokens.h
+}
-- 
1.7.9.5




More information about the meta-freescale mailing list