summaryrefslogtreecommitdiffstats
path: root/meta/packages/automake/automake-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/automake/automake-native.inc')
-rw-r--r--meta/packages/automake/automake-native.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/automake/automake-native.inc b/meta/packages/automake/automake-native.inc
new file mode 100644
index 0000000000..7b69252ff0
--- /dev/null
+++ b/meta/packages/automake/automake-native.inc
@@ -0,0 +1,11 @@
1SECTION = "devel"
2include automake_${PV}.bb
3DEPENDS = "autoconf-native"
4RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
5
6inherit native
7
8do_stage () {
9 oe_runmake install
10 install -d ${datadir}/aclocal
11}