]> code.ossystems Code Review - openembedded-core.git/commit
sdk.py: run postinst intercepts
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 3 Apr 2018 15:45:22 +0000 (18:45 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 13:48:59 +0000 (14:48 +0100)
commita484ff072eea3f47de2c3348048201249cefa46b
tree200572ad955d8cc99d323be618e80fd04f69df5b
parente2e05a327e51339d45b53e0276c287ab314e3385
sdk.py: run postinst intercepts

Previously this wasn't done, and so any packages installed from
populate_sdk would not have the postinsts fully executed
(particularly generation of various caches via running nativesdk or target
binaries with qemu wasn't working).

[YOCTO #12630]

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/lib/oe/sdk.py