diff options
author | Claus Stovgaard <claus.stovgaard@gmail.com> | 2024-10-07 22:39:46 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 05:37:09 -0800 |
commit | 28bf1ab6759606a1bfc7526e02eda466173d0cd7 (patch) | |
tree | cee3ca3b4afec79847b3e51a6327dd3a097abac2 /documentation/dev-manual/python-development-shell.rst | |
parent | 3d90719ae34e5ebcd79bb512d0fe3b7009b607f7 (diff) | |
download | poky-28bf1ab6759606a1bfc7526e02eda466173d0cd7.tar.gz |
lib/oe/package-manager: skip processing installed-pkgs with empty globs
We can skip processing the installed-pkgs file if globs is empty.
This is the case if self.d.getVar for IMAGE_INSTALL_COMPLEMENTARY
returns an empty string. If globs is an empty string the result from
processing with empty glob in oe-pkgdata-util will always be 0 packages
to install.
Instead of return early on this we just skip and still generate the
locale archive if needed.
(From OE-Core rev: be4dbec9e79b51b9b72670291ba02c4f6d3258dd)
Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 160c45c83d5addf01e4834cf896af871bd6fca7f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/python-development-shell.rst')
0 files changed, 0 insertions, 0 deletions