diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:14 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 80f8122d7ae691ca533238f3f5d8584abab66217 (patch) | |
tree | f708285e49a7ca8e693cee2501e2a92a10f9d0dc | |
parent | 89a54c5904f070ed4c8ed826cc84d18628996d5b (diff) | |
download | meta-freescale-80f8122d7ae691ca533238f3f5d8584abab66217.tar.gz |
fmlib: 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>
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 6cd91408..a1945b0d 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -45,3 +45,6 @@ ALLOW_EMPTY_${PN} = "1" | |||
45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
46 | COMPATIBLE_HOST_qoriq = ".*" | 46 | COMPATIBLE_HOST_qoriq = ".*" |
47 | COMPATIBLE_HOST ?= "(none)" | 47 | COMPATIBLE_HOST ?= "(none)" |
48 | |||
49 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
50 | |||