diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:11 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | ab0d1823d90b5b7b06e8035087d9aa734084987d (patch) | |
tree | 09debb6eef3b3833345f0e27d4b04b38c61e79db | |
parent | 8fe342013da3e19c3c9c5191b57c23fe1d8113bf (diff) | |
download | meta-freescale-ab0d1823d90b5b7b06e8035087d9aa734084987d.tar.gz meta-freescale-ab0d1823d90b5b7b06e8035087d9aa734084987d.tar.bz2 meta-freescale-ab0d1823d90b5b7b06e8035087d9aa734084987d.zip |
usdpaa: 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>
-rw-r--r-- | recipes-dpaa/usdpaa/usdpaa_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index ae3c5108..9aac0f0c 100644 --- a/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/recipes-dpaa/usdpaa/usdpaa_git.bb @@ -5,8 +5,6 @@ PR = "r4" inherit pkgconfig -PACKAGE_ARCH = "${MACHINE_ARCH}" - DEPENDS += "flib" SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" @@ -23,4 +21,7 @@ do_install () { } PARALLEL_MAKE_pn-${PN} = "" + COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + |