From: Koen Kooi Date: Tue, 30 Mar 2010 15:38:02 +0000 (+0200) Subject: m4 1.4.14: work around automake 1.11 req X-Git-Tag: Release-2010-05/1~152^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3;p=openembedded.git m4 1.4.14: work around automake 1.11 req --- 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 +}