update-rc.d.bbclass: add dependency on update-rc.d-native
authorRoman I Khimov <khimov@altell.ru>
Fri, 9 Apr 2010 14:45:08 +0000 (18:45 +0400)
committerRoman I Khimov <khimov@altell.ru>
Tue, 13 Apr 2010 16:28:43 +0000 (20:28 +0400)
commitf09ff5683c9477b9a59f0f56264a2bafa8682a26
treedc79e12dda9f3cdf1ddc575e69446fb5ddfdd57f
parent893df5e3062782bb395f0dccae744f8d5baf3cd4
update-rc.d.bbclass: add dependency on update-rc.d-native

Recipes are using update-rc.d to do postinst and postinst scripts are being
ran on build hosts where native version is needed to run properly. It is
needed only at image build stage, but it's easier to have it in DEPENDS,
build time for it is almost zero anyway.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
classes/update-rc.d.bbclass