diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:00 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | b03bb9e0c7f3a004bb762c035213d2a6eb1810ed (patch) | |
tree | e1932e0b398fb3f379fb3c4e6a67b2815e1d786c /recipes-extended | |
parent | 868d9cd71af4b3f5ec1dbd14285af176bc3e5ff5 (diff) | |
download | meta-freescale-b03bb9e0c7f3a004bb762c035213d2a6eb1810ed.tar.gz |
pme-tools: 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-extended')
-rw-r--r-- | recipes-extended/pme-tools/pme-tools_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/pme-tools/pme-tools_git.bb b/recipes-extended/pme-tools/pme-tools_git.bb index fe0210a0..b638779e 100644 --- a/recipes-extended/pme-tools/pme-tools_git.bb +++ b/recipes-extended/pme-tools/pme-tools_git.bb | |||
@@ -30,4 +30,7 @@ do_install() { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | PARALLEL_MAKE = "" | 32 | PARALLEL_MAKE = "" |
33 | |||
33 | COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b)" | 34 | COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b)" |
35 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
36 | |||