DESCRIPTION = "Full versions of tools provided by busybox"
PR = "r8"

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 \
		"
#
# 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
#