mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
b9f4ff1386
The current packages shlibs processing is written to a local temporary file. This file is not consulted when evaluting the provider of the dependency, instead we need to cache the local values into the dictionary while we write the temp file. Signed-off-by: Mark Hatle <mhatle@windriver.com>