aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-native.inc
blob: 4a3cfd113e456f0803bad775cfd5770017937cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit native

EXTRA_OECONF = "--without-gmp"
INHIBIT_AUTOTOOLS_DEPS = "1"
PATCHTOOL = "patch"

do_configure() {
	oe_runconf
}

do_install() {
	autotools_do_install
}