diff options
Diffstat (limited to 'recipes/automake/automake-native.inc')
-rw-r--r-- | recipes/automake/automake-native.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/automake/automake-native.inc b/recipes/automake/automake-native.inc new file mode 100644 index 0000000000..7b69252ff0 --- /dev/null +++ b/recipes/automake/automake-native.inc @@ -0,0 +1,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 +} |