mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 16:46:45 +00:00
Setting the RDEPENDS with "=" erased the base dependencies
(notably ${PN} itself) from the list, making the tests fail, unless
the dependencies were installed explicitly.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>