The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries.
Change-Id: I5d2b23fb31f17becc10a7c5955aee9ff4d940a17 Signed-off-by: Otavio Salvador <[email protected]> --- 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 -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
