On 26 Sep 2024, at 21:40, Claus Stovgaard via lists.openembedded.org <[email protected]> wrote: > > Return early when globs is either None or an empty string. If globs is > an empty string from the self.d.getVar, we should skip the reset of > install_complementary, as the result from processing with empty glob in > oe-pkgdata-util will always be 0 packages to install.
This isn’t right: if the globs are empty then we can skip the processing of the globs, but this function also contains the locale archive generation which is then skipped. Ideally this function is tidied up a little as locale archive generation isn’t really related to complementary installation. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205117): https://lists.openembedded.org/g/openembedded-core/message/205117 Mute This Topic: https://lists.openembedded.org/mt/108675632/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
