From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:48 +0000 (-0200) Subject: restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH X-Git-Tag: 2.2~116 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f28116959e09fe7ecc5ab6f7701ee218356864f1;p=meta-freescale.git restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index aad831fa..e67be12a 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb @@ -16,3 +16,5 @@ do_install () { } COMPATIBLE_MACHINE = "(ls2080ardb)" +PACKAGE_ARCH = "${MACHINE_ARCH}" +