aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/m4
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-30 17:38:02 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-30 17:38:02 +0200
commitbc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3 (patch)
treea4e9edb1c8e6780425bf8bfe1dff9bd3d8ad1b11 /recipes/m4
parentcdff13c73dbf704a7c1904f4c245aa3ac4ff4932 (diff)
downloadopenembedded-bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3.tar.gz
m4 1.4.14: work around automake 1.11 req
Diffstat (limited to 'recipes/m4')
-rw-r--r--recipes/m4/m4.inc2
-rw-r--r--recipes/m4/m4_1.4.14.bb6
2 files changed, 7 insertions, 1 deletions
diff --git a/recipes/m4/m4.inc b/recipes/m4/m4.inc
index 94a5ad5dc3..cd29c31c47 100644
--- a/recipes/m4/m4.inc
+++ b/recipes/m4/m4.inc
@@ -6,4 +6,4 @@ INC_PR = "r0"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.bz2;name=archive"
-inherit autotools_stage
+inherit autotools
diff --git a/recipes/m4/m4_1.4.14.bb b/recipes/m4/m4_1.4.14.bb
index 441cb365fe..b8f180287f 100644
--- a/recipes/m4/m4_1.4.14.bb
+++ b/recipes/m4/m4_1.4.14.bb
@@ -4,3 +4,9 @@ PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "e6fb7d08d50d87e796069cff12a52a93"
SRC_URI[archive.sha256sum] = "0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2"
+
+do_configure() {
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub .
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess .
+ oe_runconf
+}