aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/automake/automake-native.inc
blob: 5ced30d5dfe5c2bf38fa1b627c3607d8b7b24676 (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
}