The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries.
Change-Id: I4ae950e38e50d75bc0a6e14aabedd7d3102eff65 Signed-off-by: Otavio Salvador <[email protected]> --- recipes-bsp/imx-test/imx-test.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index b5535d6..d8aa99d 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc @@ -40,5 +40,3 @@ do_install() { FILES_${PN} += "/unit_tests" FILES_${PN}-dbg += "/unit_tests/.debug" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
