Files
poky/openembedded/packages/automake/automake-native.inc
Richard Purdie 62d7919056 automake: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@382 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-05-09 17:41:37 +00:00

12 lines
221 B
PHP

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
}