diff options
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index 231218eddf..056109ef86 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -1,24 +1,29 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r9" +PR = "r10" inherit task RDEPENDS_${PN} = "\ binutils-symlinks \ coreutils \ + cpio \ debianutils \ diffutils \ e2fsprogs \ + e2fsprogs-fsck \ fbset \ findutils \ gawk \ grep \ + gzip \ iproute2 \ iputils \ less \ module-init-tools \ + netcat \ net-tools \ patch \ + procps \ psmisc \ sed \ tar \ |