summaryrefslogtreecommitdiffstats
path: root/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
commite10ad57d0c37047fb2f8a622d1748985ea78b56e (patch)
tree469e041a461cd5de72841152ee0264b4499d4108 /recipes-graphics/amd-gpu-x11-bin
parente60662dc6e4efc2b4ce739e5ddf9573328d1603b (diff)
downloadmeta-fsl-arm-e10ad57d0c37047fb2f8a622d1748985ea78b56e.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 'recipes-graphics/amd-gpu-x11-bin')
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc4
1 files changed, 1 insertions, 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 @@
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}"