Upgrade to release 5.3:
- The source setting has always been interpreted as either a file
path or a module, depending on which existed. If both
interpretations were valid, it was assumed to be a file path.
The new source_pkgs setting can be used to name a package to
disambiguate this case.
- If a plugin was disabled due to an exception, we used to still
try to record its information, causing an exception. This is now
fixed.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>