diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-30 17:38:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-30 17:38:02 +0200 |
commit | bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3 (patch) | |
tree | a4e9edb1c8e6780425bf8bfe1dff9bd3d8ad1b11 /recipes/m4 | |
parent | cdff13c73dbf704a7c1904f4c245aa3ac4ff4932 (diff) |
m4 1.4.14: work around automake 1.11 req
Diffstat (limited to 'recipes/m4')
-rw-r--r-- | recipes/m4/m4.inc | 2 | ||||
-rw-r--r-- | recipes/m4/m4_1.4.14.bb | 6 |
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 +} |