surpport seeking the recorded video
[vuplus_openembedded] / recipes / automake / automake-native.inc
1 SECTION = "devel"
2 require automake_${PV}.bb
3 DEPENDS += "autoconf-native"
4 RDEPENDS_automake-native += "autoconf-native perl-native-runtime"
5
6 inherit native
7
8 do_stage () {
9         oe_runmake install
10         install -d ${datadir}/aclocal
11 }