diff options
-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 \ |