image.bbclass: use un-renamed packages in RDEPENDS
authorChris Larson <chris_larson@mentor.com>
Thu, 14 Oct 2010 14:31:32 +0000 (07:31 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 14 Oct 2010 15:52:43 +0000 (08:52 -0700)
commitc30bd83438f9adcd9e6c666cc4d4d2b433b1782f
tree6a819479bbea503c01262ad2b7904091c6140cba
parent051d97508315763fd2b36c537f7f3a7521d63daf
image.bbclass: use un-renamed packages in RDEPENDS

The issue was that PACKAGE_INSTALL* get debian package renaming applied, but
this renaming is outside of bitbake's knowledge.  Making RDEPENDS use
PACKAGE_INSTALL, therefore, caused problems when adding libraries to images
directly rather than indirectly.

While I'm at it, change it to ensure PACKAGE_INSTALL_ATTEMPTONLY packages
also end up in RDEPENDS, not renamed.

Reported-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/image.bbclass