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