]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 23:18:19 +0000 (23:18 +0000)
commit09a253d09f1e89874e2e8c2aec9c3d01a0e198db
tree7ebdc7c4842143a6d695ee3e06850cc215c2c95f
parentf6eec55982ede2564ef61eb76111bbc6b46777c3
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 -> ...

(From OE-Core rev: 0131abe2d94d6836a54bc1616566c3bf3f2d6eb0)

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