diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 14:20:33 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 18:34:22 +0100 |
commit | 92b9277b6327cfd4bc96a91383fa0ee2b311d5ae (patch) | |
tree | 6f018533b00efdacc93832172d88d8f3adcd6635 | |
parent | ec5081ee5b0449b02a0d051ac32e6fae31838dee (diff) |
task-proper-tools: dropped e2fsprogs-fsck as it is part of util-linux-ng now
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index 056109ef86..e693c10cc6 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r10" +PR = "r11" inherit task @@ -10,7 +10,6 @@ RDEPENDS_${PN} = "\ debianutils \ diffutils \ e2fsprogs \ - e2fsprogs-fsck \ fbset \ findutils \ gawk \ |