]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager.py: put the sdk_provides_dummy_target upfront
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 8 Jan 2020 13:27:48 +0000 (14:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2020 20:32:04 +0000 (20:32 +0000)
commita807d54655d7377ef8ac49abd5ab428303831663
tree1360824e7e1167a501a54f5aa4c5e0b4ba8c1a57
parentf1dc63a9129c8f5deafa188065933cf3b220a673
lib/oe/package_manager.py: put the sdk_provides_dummy_target upfront

Otherwise, the package utilizing this architecure does not get
properly prioritized by rpm/dnf. This isn't seen single-lib builds
(as the architecture ends up upfront anyway), but is triggered in
multulib where the architecture may end up in the middle of the list
due to multilib expansion/trimming duplicates.

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