mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
bitbake: bblayers/query: Update to handle REQUIRED_VERSION
Ii is unclear whether any changes are needed to bblayers are needed to handle the extra data from REQUIRED_VERSION. Update to at match the new API, at present it doesn't look necessary to handle the required version data. (Bitbake rev: 53c30efec4099035d19e6717059dfceff8ff88fd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
cb3cbd8bb2
commit
ddacd8c66f
|
|
@ -128,7 +128,7 @@ skipped recipes will also be listed, with a " (skipped)" suffix.
|
|||
sys.exit(1)
|
||||
|
||||
pkg_pn = self.tinfoil.cooker.recipecaches[mc].pkg_pn
|
||||
(latest_versions, preferred_versions) = self.tinfoil.find_providers(mc)
|
||||
(latest_versions, preferred_versions, required_versions) = self.tinfoil.find_providers(mc)
|
||||
allproviders = self.tinfoil.get_all_providers(mc)
|
||||
|
||||
# Ensure we list skipped recipes
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user