blob: c9d943a5898cec956c048c77de9600c5e0acfb78 (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "base"
DESCRIPTION = "A collection of core GNU utilities."
LICENSE = "GPL"
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
|