mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
Without this, if rpmddeps came from a sstate package which was relocated it might not find its magic file and if that happens, requires/provides in packages could get corrupted. This leads to failures at rootfs time during builds with messages like: libdbus-1.so.3 is needed by libdbus-glib-1-2-0.92-r1.armv5te since the provides would be missing in the dbus package. (From OE-Core rev: abe2a948905a997314c61a8fcd35e2b42a3f4408) (From OE-Core rev: 5ee145ebbb32824e3870b6dd689ce2b3f9bf3f17) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>