]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: turn postinst_intercept warnings into failures for nativesdk
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 23 Jan 2019 16:17:38 +0000 (17:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Jan 2019 17:45:28 +0000 (17:45 +0000)
commit3dd2fea51110950ec3d8c444f599ff855b4b936c
tree4b7914727edab564daebce82277405edf53293aa
parent3ae634853a034a322593d318502ea2ee799556f7
lib/oe/package_manager: turn postinst_intercept warnings into failures for nativesdk

The few cases where they failed should be now all fixed. The only allowed
exception is when building mingw32 SDKs, as there is currently no support for running
postinst_intercepts through wine.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py