]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: handle remove() with no packages
authorRoss Burton <ross.burton@intel.com>
Tue, 16 Oct 2018 13:32:04 +0000 (14:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 10:03:12 +0000 (11:03 +0100)
commit715ec20c433cb4ed5fde938c33a42b2a296e4e56
tree6a24b747037fdf0dfd6db84d6f1daf9966b90a2c
parentd31212bcfe9232e7f6ac9efb4fad0be175a9ca00
package_manager: handle remove() with no packages

If remove() is called with an empty package list, ensure we do nothing instead
of calling the underlying package manager with an invalid command line.

[ YOCTO #12900 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py