From: Otavio Salvador Date: Mon, 23 Sep 2013 15:32:50 +0000 (-0300) Subject: mesa: Remove redundant PACKAGE_ARCH setting X-Git-Tag: 2.1~1199 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=145925aa782c733abde27f343159dbdc8dad1af4;p=meta-freescale.git mesa: Remove redundant PACKAGE_ARCH setting The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: I5d2b23fb31f17becc10a7c5955aee9ff4d940a17 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend index 5b3c9275..9975abcb 100644 --- a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend +++ b/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend @@ -32,9 +32,6 @@ python __anonymous () { new_provides.append(i) d.setVar('PROVIDES', ' '.join(new_provides)) - - # We are now machine specific - d.setVar('PACKAGE_ARCH', d.getVar('MACHINE_ARCH')) } # FIXME: Dirty hack to allow use of Vivante GPU libGL binary