]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-boot: added modutils-initscripts and update-alternatives
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 10 May 2007 10:22:17 +0000 (10:22 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 10 May 2007 10:22:17 +0000 (10:22 +0000)
- busybox use update-alternatives
- modutils-initscripts is small and needed for devices with kernel modules in minimal image

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1692 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-oh.bb

index 3a3fe7f1b999581ffe760c426bc0d2b1ff4d0f0c..b4132da2cff081392699b8cbee3f9f2247705ab4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Tasks for OpenedHand Poky"
-PR = "r58"
+PR = "r59"
 
 PACKAGES = "\
     task-oh-base \
@@ -39,10 +39,12 @@ RDEPENDS_task-oh-boot = "\
     base-passwd \
     busybox \
     initscripts \
+    modutils-initscripts \
     netbase \
     sysvinit \
     tinylogin \
-    udev"
+    udev \
+    update-alternatives"
 
 RDEPENDS_task-oh-boot-extras = "\
     task-base"