From: Otavio Salvador Date: Mon, 23 Sep 2013 15:44:47 +0000 (-0300) Subject: amd-gpu-mx51.inc: Remove redundant PACKAGE_ARCH setting X-Git-Tag: 2.1~1198 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2d8c1d5bd964d3cb08a32f01d09b771da295b0a6;p=meta-freescale.git amd-gpu-mx51.inc: Remove redundant PACKAGE_ARCH setting The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: I9315d48f5da96b2980666f21ab73e55db3e8b8c6 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc index ee6c48f0..3ff5d4bf 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc +++ b/meta-fsl-arm/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}"