]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Ensure we tell rpmdeps where to find its magic file
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Nov 2011 12:28:13 +0000 (12:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Nov 2011 12:30:51 +0000 (12:30 +0000)
commitabe2a948905a997314c61a8fcd35e2b42a3f4408
tree34e788e96265cbdeca688d2c0326ee6fc827540b
parent300336fc4a310ed16a14ad041744708d54aae189
package.bbclass: Ensure we tell rpmdeps where to find its magic file

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass