summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/packages/automake/automake-native.inc5
-rw-r--r--meta/packages/automake/automake_1.10.2.bb1
2 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/automake/automake-native.inc b/meta/packages/automake/automake-native.inc
index 8b64af309..f9f357f9f 100644
--- a/meta/packages/automake/automake-native.inc
+++ b/meta/packages/automake/automake-native.inc
@@ -4,8 +4,3 @@ DEPENDS = "autoconf-native"
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
inherit native
-
-do_stage () {
- oe_runmake install
- install -d ${datadir}/aclocal
-}
diff --git a/meta/packages/automake/automake_1.10.2.bb b/meta/packages/automake/automake_1.10.2.bb
index 4c54d069c..9ba5cb368 100644
--- a/meta/packages/automake/automake_1.10.2.bb
+++ b/meta/packages/automake/automake_1.10.2.bb
@@ -26,6 +26,7 @@ RDEPENDS_automake += "\
SRC_URI += "file://path_prog_fixes.patch;patch=1"
+NATIVE_INSTALL_WORKS = "1"
do_install () {
oe_runmake 'DESTDIR=${D}' install
install -d ${D}${datadir}