]> code.ossystems Code Review - openembedded-core.git/commit
update-alternatives.bbclass: Disable for mingw32 targets
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 21 Feb 2017 13:17:28 +0000 (23:17 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:34 +0000 (10:42 +0000)
commit0131abe2d94d6836a54bc1616566c3bf3f2d6eb0
tree22dac676766a23c26208b2e368de25d7002cc29d
parent2940340cc3c8581d16acdaec3ba1dbfd3e88f840
update-alternatives.bbclass: Disable for mingw32 targets

When building for mingw32 targets (e.g. nativesdk cross compiling for
windows), disable the dependency on update-alternatives as the Windows
platform does not support symlinks or package management.

This avoids the complex (partly non-buildable for mingw32) dependency
chain virtual/update-alternatives -> opkg-utils -> python -> ...

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/update-alternatives.bbclass