From: Otavio Salvador Date: Tue, 17 Jul 2012 13:03:48 +0000 (-0300) Subject: imx-test: set PACKAGE_ARCH as the package is machine dependant X-Git-Tag: 2.1~1746 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a095ba2146f6a691539e07c016bbe8aff5d62614;p=meta-freescale.git imx-test: set PACKAGE_ARCH as the package is machine dependant Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index 292dc010..4a75c593 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc @@ -5,7 +5,7 @@ DEPENDS = "virtual/kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -INC_PR = "r2" +INC_PR = "r3" PLATFORM_imx53ard = "IMX53" PLATFORM_imx53qsb = "IMX53" @@ -26,3 +26,5 @@ do_install() { FILES_${PN} += "/unit_tests" FILES_${PN}-dbg += "/unit_tests/.debug" + +PACKAGE_ARCH = "${MACHINE_ARCH}" \ No newline at end of file