mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
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>