]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/utils: Improve get_multilib_datastore
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 09:03:12 +0000 (09:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 16:13:19 +0000 (17:13 +0100)
commit295c5a3d19834a2fac255346d0a373449cfdd776
treeef230adefbd0bb9a89de667511e328e04e4d99d9
parent828462d2c39fe6f4d188b5eb129f7b2969e1ee18
lib/oe/utils: Improve get_multilib_datastore

Currently this function assumes that no multilib is applied and that
we're applying a multilib. This means if we're in multilib context
and want the non-multilib context we can't obtain it (and no other
function exists for this either).

Improve the function to allow this to be requested.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/utils.py