[oe-commits] Roman I Khimov : update-rc.d.bbclass: add dependency on update-rc.d-native

git version control git at git.openembedded.org
Tue Apr 13 16:32:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f09ff5683c9477b9a59f0f56264a2bafa8682a26
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f09ff5683c9477b9a59f0f56264a2bafa8682a26

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Apr  9 18:45:08 2010 +0400

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 at altell.ru>

---

 classes/update-rc.d.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/update-rc.d.bbclass b/classes/update-rc.d.bbclass
index b6491ed..4594d0f 100644
--- a/classes/update-rc.d.bbclass
+++ b/classes/update-rc.d.bbclass
@@ -1,4 +1,4 @@
-DEPENDS_append = " update-rc.d"
+DEPENDS_append = " update-rc.d update-rc.d-native"
 RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
 
 INITSCRIPT_PARAMS ?= "defaults"





More information about the Openembedded-commits mailing list