summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-23 12:44:47 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:34 -0300
commit2d8c1d5bd964d3cb08a32f01d09b771da295b0a6 (patch)
tree86b1bb8565639389a9bda68e0f6ac577facb2baf /meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin
parent145925aa782c733abde27f343159dbdc8dad1af4 (diff)
downloadmeta-freescale-2d8c1d5bd964d3cb08a32f01d09b771da295b0a6.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin')
-rw-r--r--meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc4
1 files changed, 1 insertions, 3 deletions
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 @@
1# Copyright (C) 2011, 2012 Freescale 1# Copyright (C) 2011, 2012, 2013 Freescale
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
@@ -80,5 +80,3 @@ FILES_lib2dz160-mx51-dbg = "${libdir}/.debug/lib2dz160${SOLIBS}"
80 80
81FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}" 81FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}"
82FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}" 82FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}"
83
84PACKAGE_ARCH = "${MACHINE_ARCH}"