blob: 7adc89d4c924e2a8c7a85abe8bf8925338dc5da6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "base"
DESCRIPTION = "A collection of core GNU utilities."
COREUTILS = "GPL"
SRC_URI = "${GNU_MIRROR}/coreutils/coreutils-${PV}.tar.gz \
file://malloc.patch;patch=1 \
file://configure.patch;patch=1"
inherit autotools
export EXTRA_OEMAKE="'SUBDIRS=lib src doc m4 po tests' MAKEFLAGS="
|