From eaffebc32c4336da16c4ce86f77ec1009290fdaf Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 26 Mar 2015 23:59:35 -0300 Subject: imx-test: Use MACHINE_ARCH for dummy package Change-Id: I1290d7b0279bc92c3c4e73af9d432c255d5e3cfb Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_00.00.00.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -inherit allarch - ALLOW_EMPTY_${PN} = "1" + +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf