> -----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 21/22] cryptodev-qoriq-module: Set > PACKAGE_ARCH to the value of MACHINE_ARCH > > Signed-off-by: Fabio Berton <[email protected]> > --- > recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb b/recipes- > kernel/cryptodev/cryptodev-qoriq-module_1.8.bb > index 412bb0e..92a6493 100644 > --- a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb > +++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb > @@ -19,3 +19,5 @@ RCONFLICTS_${PN} = "ocf-linux" > RREPLACES_${PN} = "ocf-linux" > > COMPATIBLE_MACHINE = "(qoriq)" > +PACKAGE_ARCH = "${MACHINE_ARCH}" [Zhenhua Luo] The PACKAGE_ARCH is already defined in module-base.bbclass which is inherited by the package.
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
