From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:59 +0000 (-0200) Subject: ipc-ust: Set PACKAGE_ARCH to the value of MACHINE_ARCH X-Git-Tag: 2.2~105 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=868d9cd71af4b3f5ec1dbd14285af176bc3e5ff5;p=meta-freescale.git ipc-ust: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb index 6e788e7c..ebdd086d 100644 --- a/recipes-extended/ipc-ust/ipc-ust_git.bb +++ b/recipes-extended/ipc-ust/ipc-ust_git.bb @@ -48,3 +48,5 @@ INSANE_SKIP_${PN} += "file-rdeps" INSANE_SKIP_${PN}-dev += "dev-elf" COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" +PACKAGE_ARCH = "${MACHINE_ARCH}" +