From a095ba2146f6a691539e07c016bbe8aff5d62614 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 17 Jul 2012 10:03:48 -0300 Subject: [PATCH] imx-test: set PACKAGE_ARCH as the package is machine dependant Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.1