diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-23 12:46:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:34 -0300 |
commit | 60d992f5da5cd171f7e2762316aa52872988a183 (patch) | |
tree | cc86f5b7cf640ff45d5d5ffa19cc055bbe16af05 | |
parent | 481f3d25d7a66c631b6d426d7dca62189b190096 (diff) | |
download | meta-fsl-arm-60d992f5da5cd171f7e2762316aa52872988a183.tar.gz |
gpu-viv-g2d.inc: Remove redundant PACKAGE_ARCH setting
The PACKAGE_ARCH is now dynamically set for package which depends on
GPU libraries.
Change-Id: I812549fa9982f87ef9d6998623be9557cb731811
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc index a6b7a5e..f044a76 100644 --- a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc +++ b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | |||
@@ -39,5 +39,4 @@ FILES_${PN} = "/opt ${libdir}/libg2d${SOLIBS} " | |||
39 | FILES_${PN}-dev = "${includedir}" | 39 | FILES_${PN}-dev = "${includedir}" |
40 | FILES_${PN}-dbg = "${libdir}/.debug/libg2d${SOLIBS}" | 40 | FILES_${PN}-dbg = "${libdir}/.debug/libg2d${SOLIBS}" |
41 | 41 | ||
42 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
43 | COMPATIBLE_MACHINE = "(mx6)" | 42 | COMPATIBLE_MACHINE = "(mx6)" |