diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-13 09:16:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-13 09:16:43 +0000 |
commit | da335561e72434cf19bcf3cadca00e172db0d5c6 (patch) | |
tree | bfbcaaf332eb0a3001dca8d9da28d15e193b178a /packages/tasks | |
parent | 27aaabfb1a64de15f9a8b6665997ac47a4de13ff (diff) |
task proper tools: prefer util-linux-ng to get schedutils as well
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-proper-tools.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb index 1610854bc0..6e1cd5d895 100644 --- a/packages/tasks/task-proper-tools.bb +++ b/packages/tasks/task-proper-tools.bb @@ -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 \ |