]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: Handle empty package list in opkg case
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:42:07 +0000 (14:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:23 +0000 (07:40 +0100)
commitb460afb12bb16a4b56d800c953c5f5c7da0bff84
treece46bb098475f8432739802325fa62346dea82d6
parent8715beff7b910209627da3726b18b7abf801b557
lib/oe/package_manager: Handle empty package list in opkg case

If you build buildtools-tarball with opkg as the package manager, it
passes in an empty target packages list and fails.

This allows the code to cope with an empty package list (in sync
with the rpm backend).

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