mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -128,7 +128,7 @@ skipped recipes will also be listed, with a " (skipped)" suffix.
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
pkg_pn = self.tinfoil.cooker.recipecaches[mc].pkg_pn
|
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)
|
allproviders = self.tinfoil.get_all_providers(mc)
|
||||||
|
|
||||||
# Ensure we list skipped recipes
|
# Ensure we list skipped recipes
|
||||||
|
|||||||
Reference in New Issue
Block a user