diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:48 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | f28116959e09fe7ecc5ab6f7701ee218356864f1 (patch) | |
tree | 765931cb6afd0ac305495439230cd3d151eaf906 /recipes-dpaa2/restool | |
parent | 3be4f880297aed5d8c7ec1109b83afce73f8f34c (diff) | |
download | meta-freescale-f28116959e09fe7ecc5ab6f7701ee218356864f1.tar.gz |
restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2/restool')
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
16 | } | 16 | } |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "(ls2080ardb)" | 18 | COMPATIBLE_MACHINE = "(ls2080ardb)" |
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
20 | |||