aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/automake/automake-native.inc
blob: 7b69252ff0a00519e452cb7a3c750e81c58c685d (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "devel"
include 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
}