]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: use ${TARGET_PREFIX}depmod
authorChris Larson <chris_larson@mentor.com>
Mon, 29 Aug 2011 16:26:46 +0000 (09:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Aug 2011 21:06:38 +0000 (22:06 +0100)
commit8aec52f4fd1ad3e4148e2ad32700a4378e69dcd3
tree5d80e1625018fefa1be16e4727329cbbaf6cb498
parentf67789b83599b86be052b3f2d686791cbf24f540
image.bbclass: use ${TARGET_PREFIX}depmod

Currently it uses ${TARGET_SYS}-. This is inconsistent, as the recipe
and kernel bbclass both use the prefix. While there aren't many cases
where the two differ, it is harmless to ensure that we are behaving
consistently.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass