diff options
Diffstat (limited to 'packages/tasks/task-proper-tools.bb')
-rw-r--r-- | packages/tasks/task-proper-tools.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb deleted file mode 100644 index c5045a13f5..0000000000 --- a/packages/tasks/task-proper-tools.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r9" - -inherit task - -RDEPENDS_${PN} = "\ - coreutils \ - findutils \ - util-linux-ng \ - grep \ - gawk \ - sed \ - wget \ - patch \ - tar \ - diffutils \ - less \ - vim \ - e2fsprogs \ - binutils-symlinks \ - module-init-tools \ - net-tools \ - iproute2 \ - iputils \ - psmisc \ - debianutils \ - tcptraceroute \ - fbset \ - " -# -# binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info -# -# busybox tar does not understand '--no-same-owner' option which bitbake use -# |