]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/utils: Fix get_multilib_datastore to work for original tune
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2018 16:43:06 +0000 (16:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2018 08:24:31 +0000 (09:24 +0100)
commit4e1dc858fbf671ef27089a2b9bcdc965fe19d698
treeb66f181ade5f472056d4f08a9976732ca93b3d2d
parent46a6da24b51426bedd9af8a2d63b2992b9d3fa5a
lib/oe/utils: Fix get_multilib_datastore to work for original tune

Currently the original datastore returned by this function doesn't
always work as the tune isn't set back to the original. Fix it
to work like all_multilib_tune_list() in utils.bbclass and correct
the data returned.

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