summaryrefslogtreecommitdiffstats
path: root/meta/packages/automake/automake-native.inc
blob: 8b64af309a35f4cefe4d85817d6272adde0ec51b (plain)
1
2
3
4
5
6
7
8
9
10
11
require automake.inc

DEPENDS = "autoconf-native"
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"

inherit native

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