task proper tools: prefer util-linux-ng to get schedutils as well
authorKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 09:16:43 +0000 (09:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 09:16:43 +0000 (09:16 +0000)
packages/tasks/task-proper-tools.bb

index 1610854..6e1cd5d 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION = "Full versions of tools provided by busybox"
-PR = "r5"
+PR = "r6"
 
 inherit task
 
 RDEPENDS_${PN} = "\
             coreutils \
            findutils \
-           util-linux \
+           util-linux-ng \
            gawk \
            sed \
            wget \