blob: 76b805e7dbd513d03f60b58ae8f2c0dc00b460c5 (
plain)
1
2
3
4
5
6
7
|
DEPENDS = "virtual/libc"
DESCRIPTION = "A collection of core GNU utilities."
SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
file://${FILESDIR}/install-cross.patch;patch=1;pnum=0"
inherit autotools
|