]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Remove redundant PACKAGE_ARCH setting
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 23 Sep 2013 15:32:50 +0000 (12:32 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Sep 2013 18:28:34 +0000 (15:28 -0300)
The PACKAGE_ARCH is now dynamically set for package which depends on
GPU libraries.

Change-Id: I5d2b23fb31f17becc10a7c5955aee9ff4d940a17
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.6.bbappend

index 5b3c927581d4bc19e866077f9f3a744d49c0ca26..9975abcb49cf2c323bd030dc1e7051f87e3553de 100644 (file)
@@ -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