summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-03-26 23:59:35 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-01 19:24:03 -0300
commit4dc1847a066389a8102bf1cf8d90326612ca0539 (patch)
treeecb7e78b7bb3f26a23d4e65eabc118bfbef64a5e
parentdb1571f40c375a398a8cdbb42de4c4f272ab0cd1 (diff)
downloadmeta-fsl-arm-4dc1847a066389a8102bf1cf8d90326612ca0539.tar.gz
imx-test: Use MACHINE_ARCH for dummy package
Change-Id: I1290d7b0279bc92c3c4e73af9d432c255d5e3cfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-test/imx-test_00.00.00.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb
index 1f6a275..bb68fcf 100644
--- a/recipes-bsp/imx-test/imx-test_00.00.00.bb
+++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb
@@ -4,6 +4,6 @@ SECTION = "base"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7inherit allarch
8
9ALLOW_EMPTY_${PN} = "1" 7ALLOW_EMPTY_${PN} = "1"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"