]> code.ossystems Code Review - openembedded-core.git/commit
distutils3: Avoid MACHINE specific checksums
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:54:35 +0000 (14:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:36 +0000 (07:40 +0100)
commitbe4e6ea8a92bd90f354f8c04eade39ccce8b73d5
treed8c9117d1e4a8faf3ef7e2cae99c244026c92441
parent560e778589afbc5da9a20bd0fbba09b910207604
distutils3: Avoid MACHINE specific checksums

The MACHINE variable is used to handle sysroot paths within one of the
patches to python3-native. In this context, it is relocation safe and
the resulting packages should not have MACHINE specific checksums,
therefore excluding MACHINE in this context is safe.

This whole setup is ugly and ideally we should come up with a better
way of handling this but at least allow a stop gap solution for now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distutils3.bbclass