From: Otavio Salvador Date: Sat, 20 Jul 2013 21:09:00 +0000 (-0300) Subject: mesa-demos: set PACKAGE_ARCH when building for i.MX6 SoCs X-Git-Tag: 2.1~1300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d22ef7605e30817bd2642f0ab76566a880fe3adb;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend index d68f8a15..666fc61b 100644 --- a/meta-fsl-arm/recipes-graphics/mesa/mesa-demos_8.1.0.bbappend +++ b/meta-fsl-arm/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}"