> -----Original Message----- > From: [email protected] [mailto:meta-freescale- > [email protected]] On Behalf Of Fabio Berton > Sent: Tuesday, November 22, 2016 1:19 AM > To: [email protected] > Subject: [meta-freescale] [PATCH 13/22] fsl-pme: Set PACKAGE_ARCH to the > value of MACHINE_ARCH > > Signed-off-by: Fabio Berton <[email protected]> > --- > recipes-extended/fsl-pme/fsl-pme_1.0.3.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb b/recipes-extended/fsl- > pme/fsl-pme_1.0.3.bb > index 7fe11fd..a235d95 100644 > --- a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb > +++ b/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb > @@ -23,4 +23,7 @@ do_install() { > > FILES_${PN} += "${datadir}/*" > INSANE_SKIP_${PN} += "ldflags" > + > COMPATIBLE_MACHINE = "(e500v2)" > +PACKAGE_ARCH = "${MACHINE_ARCH}" [Zhenhua Luo] This package is not machine specific, the output is generic.
Best Regards, Zhenhua > + > -- > 2.1.4 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
