diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-23 16:41:27 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:34 -0300 |
| commit | ec7403553fa3318abc32b5c3527a93b1266f2321 (patch) | |
| tree | 0d0b990c0f07d3ba0fb75b10b9c14952c949a87e | |
| parent | 3f4a835fe5bd2ef952174221f7060c5e335579a2 (diff) | |
| download | meta-freescale-ec7403553fa3318abc32b5c3527a93b1266f2321.tar.gz | |
imx-test: Remove redundant PACKAGE_ARCH setting
The PACKAGE_ARCH is now dynamically set for package which depends on
kernel.
Change-Id: I4ae950e38e50d75bc0a6e14aabedd7d3102eff65
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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 b5535d6df..d8aa99d63 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | |||
| @@ -40,5 +40,3 @@ do_install() { | |||
| 40 | 40 | ||
| 41 | FILES_${PN} += "/unit_tests" | 41 | FILES_${PN} += "/unit_tests" |
| 42 | FILES_${PN}-dbg += "/unit_tests/.debug" | 42 | FILES_${PN}-dbg += "/unit_tests/.debug" |
| 43 | |||
| 44 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
