]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa-demos: set PACKAGE_ARCH when building for i.MX6 SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 20 Jul 2013 21:09:00 +0000 (18:09 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 20 Jul 2013 21:48:42 +0000 (18:48 -0300)
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@ossystems.com.br>
meta-fsl-arm/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend

index d68f8a157d572dbe66943266f300e91fa2e120c3..666fc61bee4ab63ce15a4f60bbef411f18f89571 100644 (file)
@@ -1,3 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch"
+
+PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"