summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-07-20 18:09:00 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-07-20 18:48:42 -0300
commit0d44c9a5bc98c658dab8f7583a45586829482153 (patch)
treeb6aab0fccd20c8e74ca30c9d12698691096f1b6e /recipes-graphics
parent74fb61220ec40c2e2ad3ee5ce313ca146d11af13 (diff)
downloadmeta-fsl-arm-0d44c9a5bc98c658dab8f7583a45586829482153.tar.gz
mesa-demos: set PACKAGE_ARCH when building for i.MX6 SoCs
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa-demos_8.1.0.bbappend2
1 files changed, 2 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch" 3SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch"
4
5PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"