]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager.py: check that package list is not empty
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 5 Feb 2014 13:25:18 +0000 (15:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:32 +0000 (11:50 +0000)
commit8bf5d80e3502a71fdda688aace0799b47ae19b3b
treee92eb6ca5a0680253f0bf97d98024f89210c640b
parent19c538f57c8fa7c566e88a6dbe13ea4826d4f26c
lib/oe/package_manager.py: check that package list is not empty

If we're just attempting to install packages and the package list is
empty, just return.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/package_manager.py