aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/automake/automake-native.inc
blob: 4e2ac41d8114827522139c222e550f376f1ab54b (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "devel"
require automake_${PV}.bb
DEPENDS += "autoconf-native"
RDEPENDS_automake-native += "autoconf-native perl-native-runtime"

inherit native

do_stage () {
	oe_runmake install
	install -d ${datadir}/aclocal
}