From f30b056c8f1af3f3122f94dbaa4698da5d620a41 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 9 Sep 2015 10:17:32 -0300 Subject: 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 --- recipes-graphics/mesa/mesa-demos_%.bbappend | 10 ++-------- 1 file 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -MESA-DEMO-PATCH = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \ - file://fix-clear-build-break.patch" - -# only apply patches on mx6 that have a GPU -SRC_URI_append_mx6q = " ${MESA-DEMO-PATCH}" -SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}" -SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}" -SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}" +SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \ + file://fix-clear-build-break.patch" PACKAGECONFIG_remove_mx6sl = "gles1 gles2" -- cgit v1.2.3-54-g00ecf