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

INHIBIT_AUTOTOOLS_DEPS = "1"
PATCHTOOL = "patch"

do_configure() {
	oe_runconf
}

do_install() {
	autotools_do_install
}