From e60662dc6e4efc2b4ce739e5ddf9573328d1603b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 23 Sep 2013 12:32:50 -0300 Subject: 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 --- recipes-graphics/mesa/mesa_9.1.6.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbappend b/recipes-graphics/mesa/mesa_9.1.6.bbappend index 5b3c927..9975abc 100644 --- a/recipes-graphics/mesa/mesa_9.1.6.bbappend +++ b/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 -- cgit v1.2.3-54-g00ecf