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)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 21 Apr 2010 13:00:16 +0000 (14:00 +0100)
commit2d77b545b0c7fa7b2daeea7632a2d8d5f2bfe8f2
tree43a2352744c6ccac5f909ac7ba6074548e8f0b68
parentb785f4aac819a740719bcb7e62b48d08c028b684
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