[meta-freescale] [meta-fsl-arm PATCH 1/5] mesa-demos: set PACKAGE_ARCH when building for i.MX6 SoCs

Otavio Salvador otavio at ossystems.com.br
Sat Jul 20 15:00:08 PDT 2013


There are differences in the provided API by Vivante, which has been
fixed by a patch being applied for all i.MX6 SoCs, however the package
hadn't been set machine specific when it has been done. Fix it.

Change-Id: I886d1e3281fe978a19764bf82367dd7e9e24b4a8
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/mesa/mesa-demos_8.1.0.bbappend | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend b/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend
index d68f8a1..666fc61 100644
--- a/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend
@@ -1,3 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch"
+
+PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-- 
1.8.3.2




More information about the meta-freescale mailing list