diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:49 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | a6d6e1928563d5a0023e45267fab07fd2b200c3a (patch) | |
tree | 3093dffc138ac8a34d71f2176ca155d2d33f0a90 /recipes-bsp | |
parent | f28116959e09fe7ecc5ab6f7701ee218356864f1 (diff) | |
download | meta-freescale-a6d6e1928563d5a0023e45267fab07fd2b200c3a.tar.gz |
apptrk: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/apptrk/apptrk_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb index 93994218..6016d42d 100644 --- a/recipes-bsp/apptrk/apptrk_git.bb +++ b/recipes-bsp/apptrk/apptrk_git.bb | |||
@@ -27,3 +27,5 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | COMPATIBLE_MACHINE = "(qoriq)" | 29 | COMPATIBLE_MACHINE = "(qoriq)" |
30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
31 | |||