From 145925aa782c733abde27f343159dbdc8dad1af4 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 23 Sep 2013 12:32:50 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.40.1