summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-09 10:17:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-09-09 10:17:56 -0300
commitf30b056c8f1af3f3122f94dbaa4698da5d620a41 (patch)
tree8a52da5891ab84d2680ffe337d0b555c5dc81a44
parent7e8772e42b4c5db14d51e2d7d49fd5257ec314cd (diff)
downloadmeta-fsl-arm-f30b056c8f1af3f3122f94dbaa4698da5d620a41.tar.gz
Revert "mesa-demos: Fix so patches only install for SoC with GPU"
This reverts commit 5e40789fe386a5bb4c83cd8780a8bf7f7b947196. The change breaks the build for machines which support multiple SoC families (as i.MX6 Quad and DualLite). Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index 65f3d53..9f675a2 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -1,12 +1,6 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3MESA-DEMO-PATCH = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \ 3SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \
4 file://fix-clear-build-break.patch" 4 file://fix-clear-build-break.patch"
5
6# only apply patches on mx6 that have a GPU
7SRC_URI_append_mx6q = " ${MESA-DEMO-PATCH}"
8SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}"
9SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}"
10SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}"
11 5
12PACKAGECONFIG_remove_mx6sl = "gles1 gles2" 6PACKAGECONFIG_remove_mx6sl = "gles1 gles2"