From 868d9cd71af4b3f5ec1dbd14285af176bc3e5ff5 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:06:59 -0200 Subject: [PATCH] ipc-ust: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-extended/ipc-ust/ipc-ust_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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}" + -- 2.40.1