[oe-commits] Mike Westerhof : SlugOS: initscripts-slugos - add dependency on update-rc. d-native

git version control git at git.openembedded.org
Wed Apr 7 05:14:37 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: c906fd7faa8517ca565faba90887d10ebb90e092
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c906fd7faa8517ca565faba90887d10ebb90e092

Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Apr  5 23:20:11 2010 -0500

SlugOS: initscripts-slugos - add dependency on update-rc.d-native

---

 recipes/initscripts/initscripts-slugos_1.0.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/initscripts/initscripts-slugos_1.0.bb b/recipes/initscripts/initscripts-slugos_1.0.bb
index 6e68036..1530d04 100644
--- a/recipes/initscripts/initscripts-slugos_1.0.bb
+++ b/recipes/initscripts/initscripts-slugos_1.0.bb
@@ -9,9 +9,10 @@ include initscripts_${PV}.bb
 RCONFLICTS = "initscripts"
 
 # SlugOS uses the busybox makedevs, so until that dependency gets virtualized
-# the below lines serve to remove the dependency on the full makedevs package:
-DEPENDS = ""
-RDEPENDS = ""
+# the below lines serve to remove the dependency on the full makedevs package,
+# as well as adding the dependency for the update-rc.d package.
+DEPENDS = "update-rc.d-native"
+RDEPENDS = "update-rc.d"
 
 # All other standard definitions inherited from initscripts
 # Except the PR which is hacked here.  The format used is





More information about the Openembedded-commits mailing list