The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries.
Change-Id: I9315d48f5da96b2980666f21ab73e55db3e8b8c6 Signed-off-by: Otavio Salvador <[email protected]> --- recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc index ee6c48f..3ff5d4b 100644 --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012 Freescale +# Copyright (C) 2011, 2012, 2013 Freescale # Released under the MIT license (see COPYING.MIT for the terms) LICENSE = "Proprietary" @@ -80,5 +80,3 @@ FILES_lib2dz160-mx51-dbg = "${libdir}/.debug/lib2dz160${SOLIBS}" FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}" FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
